license_models_controller_spec.rb revision 8838c545565ed474cf42f886b1296c6cdfc2276d
require 'spec_helper'
let!(:license_model) { create :license_model }
it { should respond_with :success }
end
before { get :show, id: license_model.id }
it { should respond_with :success }
end
it { should respond_with :success }
end
it { should respond_with :found }
end
it { should respond_with :success }
end
it { should respond_with :found }
end
it { should respond_with :found }
end
end
it { should respond_with :success }
end
before { get :show, id: license_model.id }
it { should respond_with :success }
end
it { should respond_with :found }
end
it { should respond_with :found }
end
it { should respond_with :found }
end
it { should respond_with :found }
end
it { should respond_with :found }
end
end
end