module Lolita::Test::Matchers

Matchers that make easier to test Lolita and Lolita addons

Public Instance Methods

be_routable() click to toggle source
# File lib/lolita/test/matchers.rb, line 71
 def be_routable
  BeRoutable.new
end