Sha256: 5c57d7a9894e0e989579ca2f46f695cc7a812a6e011796da7e7d1cc22151494a
Contents?: true
Size: 203 Bytes
Versions: 3
Compression:
Stored size: 203 Bytes
Contents
require 'test_helper' module VerySimpleCms class MercuryControllerTest < ActionController::TestCase test "should get update" do get :update assert_response :success end end end
Version data entries
3 entries across 3 versions & 1 rubygems