A website template with lots of features, built with ruby on rails.

subscription_controller_test.rb 171B

    require 'test_helper' class SubscriptionControllerTest < ActionController::TestCase test "should get create" do get :create assert_response :success end end