Skip to content

Commit d566da1

Browse files
committed
Try to use redgreen for tests
1 parent f136f13 commit d566da1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Rakefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ task :default => :test
77

88
desc "Run tests"
99
task :test do
10+
begin
11+
require 'redgreen'
12+
rescue LoadError
13+
end
14+
1015
# Don't use the rake/testtask because it loads a new
1116
# Ruby interpreter - we want to run tests with the current
1217
# `rake` so our library manager still works

0 commit comments

Comments
 (0)