Silence a warning about `should` syntax in RSpec

This commit is contained in:
Petko Bordjukov 2016-12-25 10:00:27 +02:00
parent 7d82a9690c
commit 6a26969f8e
1 changed files with 1 additions and 0 deletions

View File

@ -38,4 +38,5 @@ end
RSpec.configure do |c|
c.include V8ContextHelpers
c.extend V8ContextHelpers::GroupMethods
c.expect_with(:rspec) { |c| c.syntax = :should }
end