Sha256: 6f52e494a411d37b906ac7a7be3dcb277dc8eb621e81db065646fcea7459958d
Contents?: true
Size: 195 Bytes
Versions: 1
Compression:
Stored size: 195 Bytes
Contents
require 'test_helper' module MoPage class ImagesControllerTest < ActionController::TestCase test "should get create" do get :create assert_response :success end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mo_page-0.0.2 | test/controllers/mo_page/images_controller_test.rb |