clean pull request

This commit is contained in:
yqbk
2016-10-24 23:02:44 +02:00
parent 595a2a009b
commit c937a1a9ef
9 changed files with 13 additions and 32 deletions

View File

@ -18,7 +18,6 @@ describe SubmissionsController do
expect_assigns(submission: Submission)
it 'creates the submission' do
# pending("need to implement other pendings first")
expect { request.call }.to change(Submission, :count).by(1)
end
@ -189,7 +188,6 @@ describe SubmissionsController do
end
describe 'GET #score' do
let(:request) { proc { get :score, id: submission.id } }
before(:each) { request.call }