1 2 3 4 5 6
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