Skip to content

Commit

Permalink
oops - specs set to not run under jruby were never running
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Jul 4, 2010
1 parent 2f32f7e commit b077c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -44,7 +44,7 @@ def in_editor?
c.run_all_when_everything_filtered = true c.run_all_when_everything_filtered = true
c.filter_run_excluding :ruby => lambda {|version| c.filter_run_excluding :ruby => lambda {|version|
case version.to_s case version.to_s
when "!ruby" when "!jruby"
RUBY_ENGINE != "jruby" RUBY_ENGINE != "jruby"
else else
!(RUBY_VERSION.to_s =~ /^#{version.to_s}/) !(RUBY_VERSION.to_s =~ /^#{version.to_s}/)
Expand Down

0 comments on commit b077c1a

Please sign in to comment.