1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

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

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