Sha256: 1519d784444101dcdf26b16e5f25b7b46677e1a6cf16549d0c5432e60739be63
Contents?: true
Size: 189 Bytes
Versions: 8
Compression:
Stored size: 189 Bytes
Contents
require 'test_helper' module HowTo class FaqControllerTest < ActionController::TestCase test "should get show" do get :show assert_response :success end end end
Version data entries
8 entries across 8 versions & 1 rubygems