spec/spec_helper.rb in nanoc-4.8.11 vs spec/spec_helper.rb in nanoc-4.8.12
- old
+ new
@@ -71,15 +71,9 @@
File.write('nanoc.yaml', '{}')
File.write('Rules', 'passthrough "/**/*"')
end
-
- # Set focus if any
- if ENV.fetch('FOCUS', false)
- $stdout.puts "Focusing spec on '#{ENV['FOCUS']}'"
- c.filter_run_including ENV['FOCUS'].to_sym => true
- end
end
RSpec::Matchers.define_negated_matcher :not_match, :match
RSpec::Matchers.define :raise_frozen_error do |_expected|