spec/spec_helper.rb in must-0.3.0 vs spec/spec_helper.rb in must-0.3.1
- old
+ new
@@ -10,6 +10,9 @@
#
# config.mock_with :mocha
# config.mock_with :flexmock
# config.mock_with :rr
config.mock_with :rspec
+
+ config.filter_run :focus => true
+ config.run_all_when_everything_filtered = true
end