Sha256: 7f300b0e76b48e1df5eccd3f892df8dac347c3822f82ae5467c1fee3d9c855c1
Contents?: true
Size: 224 Bytes
Versions: 3
Compression:
Stored size: 224 Bytes
Contents
require 'test_helper' class C2ControllerTest < ActionController::TestCase test "should get b" do get :b assert_response :success end test "should get c" do get :c assert_response :success end end
Version data entries
3 entries across 3 versions & 1 rubygems