Sha256: 0d92180bda71b8fb02a7e47472dbbc7edbf537da64c1f4de81c812b734c1779f
Contents?: true
Size: 461 Bytes
Versions: 5
Compression:
Stored size: 461 Bytes
Contents
require 'test_helper' module Adherent class PaymentsControllerTest < ActionController::TestCase test "should get index" do get :index assert_response :success end test "should get new" do get :new assert_response :success end test "should get edit" do get :edit assert_response :success end test "should get show" do get :show assert_response :success end end end
Version data entries
5 entries across 5 versions & 1 rubygems