spec/spec_helper.rb in rake-funnel-0.21.0 vs spec/spec_helper.rb in rake-funnel-0.21.1
- old
+ new
@@ -13,9 +13,11 @@
# When invoked via the rspec rake task, output needs to by synced.
Rake::Funnel::Integration::SyncOutput.new
RSpec.configure do |config|
+ config.filter_run_when_matching(:focus)
+
config.expect_with :rspec do |c|
c.syntax = :expect
end
end