Skip to content

Commit

Permalink
Fixes bug with test running setup in Ruby 1.8
Browse files Browse the repository at this point in the history
This bug was introduced in 
1fad7d7.
  • Loading branch information
vesan committed Jun 17, 2012
1 parent 1fad7d7 commit 4913356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
@@ -1,4 +1,4 @@
if RUBY_ENGINE == "ruby"
if defined? RUBY_ENGINE && RUBY_ENGINE == "ruby"
require "simplecov"
SimpleCov.start
end
Expand Down

0 comments on commit 4913356

Please sign in to comment.