mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
6 lines
183 B
Ruby
6 lines
183 B
Ruby
module Check
|
|
# This is used to eliminate Ruby warnings on some RSpec assertion lines
|
|
# See: https://rspec.lighthouseapp.com/projects/5645/tickets/504
|
|
def check(*args)
|
|
end
|
|
end
|