Main Avalanche Network server application. 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