Skip to content

Commit

Permalink
Fix and remove some filters for 2.0 specs
Browse files Browse the repository at this point in the history
  • Loading branch information
meh committed Nov 12, 2013
1 parent edeccee commit f4ade50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion spec/corelib/language/predefined_spec.rb
Expand Up @@ -71,7 +71,7 @@

it "includes RUBY_VERSION" do
Object.const_defined?(:RUBY_VERSION).should == true
RUBY_VERSION.should == "1.9.3"
RUBY_VERSION.should == "2.0.0"
end

it "includes RUBY_RELEASE_DATE" do
Expand Down
5 changes: 0 additions & 5 deletions spec/filters/20.rb

This file was deleted.

0 comments on commit f4ade50

Please sign in to comment.