spec/spec_helper.rb in shamu-0.0.9 vs spec/spec_helper.rb in shamu-0.0.11
- old
+ new
@@ -22,10 +22,10 @@
RSpec.configure do |config|
config.order = "random"
- config.filter_gems_from_backtrace "activesupport", "actionpack", "actionview", "scorpion-ioc", "rspec-wait"
+ config.filter_gems_from_backtrace "activesupport", "actionpack", "actionview", "scorpion-ioc", "rspec-wait", "rspec-core", "rspec", "rspec-support", "rspec-expectations"
config.filter_run focus: true
config.filter_run_excluding :broken => true
config.run_all_when_everything_filtered = true