1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/spec/support/check.rb
2010-05-26 18:15:21 -04:00

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