We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f136f13 commit d566da1Copy full SHA for d566da1
Rakefile
@@ -7,6 +7,11 @@ task :default => :test
7
8
desc "Run tests"
9
task :test do
10
+ begin
11
+ require 'redgreen'
12
+ rescue LoadError
13
+ end
14
+
15
# Don't use the rake/testtask because it loads a new
16
# Ruby interpreter - we want to run tests with the current
17
# `rake` so our library manager still works
0 commit comments