aboutsummaryrefslogblamecommitdiffstats
path: root/spec/support/check.rb
blob: c9adce420cefc6e5b31b3ccf766aa4bd1d9272e5 (plain) (tree)
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