Sha256: 3b9d40aabc1e12feaaa3fce93e5ac9b6a8e18030e1e6b7d078e62e3ada656174
Contents?: true
Size: 247 Bytes
Versions: 6
Compression:
Stored size: 247 Bytes
Contents
require 'test_helper' class FooControllerTest < ActionController::TestCase test "set_user" do peto_post("set_user", Peto::User.new(:name=>"aho")) assert_response :success assert_peto_response("a"=>123, "b"=>"foo bar baz") end end
Version data entries
6 entries across 6 versions & 1 rubygems