Skip to content

Commit

Permalink
Tweak rspec a bit
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
soupmatt committed Sep 7, 2012
1 parent cc3e228 commit 32e6dcb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/spec_helper.rb
Expand Up @@ -18,8 +18,10 @@
config.mock_framework = :rspec config.mock_framework = :rspec
config.include ActionControllerHelpers config.include ActionControllerHelpers


config.filter_run_including :focus => true config.treat_symbols_as_metadata_keys_with_true_values = true
config.filter_run_including :focus
config.run_all_when_everything_filtered = true config.run_all_when_everything_filtered = true
config.fail_fast = false


config.before(:suite) do config.before(:suite) do
ActiveRecordHelpers.setup_active_record ActiveRecordHelpers.setup_active_record
Expand Down

0 comments on commit 32e6dcb

Please sign in to comment.