We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c60996 commit 2089e5aCopy full SHA for 2089e5a
.rspec
@@ -1,2 +1,3 @@
1
--color
2
--format documentation
3
+--exclude-pattern "spec/shared/*_spec.rb"
spec/spec_helper.rb
@@ -12,7 +12,7 @@
12
Dir["#{File.dirname(__FILE__)}/shared/**/*.rb"].each {|f| require f}
13
14
RSpec.configure do |config|
15
- config.treat_symbols_as_metadata_keys_with_true_values = true
16
config.run_all_when_everything_filtered = true
17
config.filter_run :focus
+ config.expect_with(:rspec) { |c| c.syntax = :should }
18
end
0 commit comments