-
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
require 'rspec/support' | ||
require 'rspec/support/method_signature_verifier' | ||
|
||
def ruby2_keywords(*); end unless respond_to?(:ruby2_keywords, true) | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
malcolmohare
Author
Contributor
|
||
|
||
module RSpec | ||
module Support | ||
RSpec.describe 'verifying methods' do | ||
|
This would work for specs, but what if you run rspec on 2.5 with some other project?
We usually
ruby_keywords … if Onjectmethod? …