Skip to content

Commit 5080af2

Browse files
committed
Change config to use expect syntax
1 parent 0001225 commit 5080af2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

spec/spec_helper.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ def reset!
3737
config.color = true
3838
config.run_all_when_everything_filtered = true
3939

40+
config.expect_with :rspec do |c|
41+
c.syntax = :expect
42+
end
43+
4044
config.before(:each) do
4145
WebMock.reset!
4246
end

0 commit comments

Comments
 (0)