spec/spec_helper.rb in br_danfe-0.14.0 vs spec/spec_helper.rb in br_danfe-0.14.2
- old
+ new
@@ -11,7 +11,9 @@
RSpec.configure do |config|
config.expect_with :rspec do |c|
c.syntax = :expect
end
+ config.filter_run_when_matching :focus
+
config.order = "random"
end