module ResourceKit::Testing
Public Instance Methods
handle_response(action, &block)
click to toggle source
# File lib/resource_kit/testing.rb, line 10 def handle_response(action, &block) ActionHandlerMatchers.new(action) end
have_action(action)
click to toggle source
# File lib/resource_kit/testing.rb, line 6 def have_action(action) HaveActionMatchers.new(action) end