Skip to content

Commit

Permalink
Fixing spec for Rails 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cavalle committed May 1, 2010
1 parent 5002d8f commit e038e01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/acceptance/rails_spec.rb
Expand Up @@ -13,8 +13,7 @@
require File.dirname(__FILE__) + "/acceptance_helper.rb"
feature "Minimal spec" do
scenario "First scenario" do
RAILS_ENV.should_not be_empty
RAILS_ENV.should == "test"
Rails.env.should be_test
end
end
SPEC
Expand Down

0 comments on commit e038e01

Please sign in to comment.