Skip to content

Commit

Permalink
Merge pull request rspec#458 from pda/master
Browse files Browse the repository at this point in the history
Remove config.mock_with :rspec, avoid config-after-examples error.
  • Loading branch information
dchelimsky committed Oct 31, 2011
2 parents 48d4cd3 + a5030df commit a5c0ee0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/generators/rspec/install/templates/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# config.mock_with :mocha
# config.mock_with :flexmock
# config.mock_with :rr
config.mock_with :rspec

# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
config.fixture_path = "#{::Rails.root}/spec/fixtures"
Expand Down

0 comments on commit a5c0ee0

Please sign in to comment.