license_models_controller_spec.rb revision a074a623095b4ce24b401e2d5d4588662eb68644
require 'spec_helper'
let!(:license_model) { create :license_model }
it { should respond_with :success }
end
it { should respond_with :success }
it { should render_template :show }
end
before do
end
it { should respond_with :success }
end
end
end
end
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