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

subscription_controller_test.rb 171B

12345678910
  1. require 'test_helper'
  2. class SubscriptionControllerTest < ActionController::TestCase
  3. test "should get create" do
  4. get :create
  5. assert_response :success
  6. end
  7. end