make travis green again

This commit is contained in:
yqbk
2016-10-08 20:37:20 +02:00
parent ea745cbb5b
commit 44aca293e9
41 changed files with 322 additions and 225 deletions

View File

@ -18,7 +18,7 @@ describe SubmissionsController do
expect_assigns(submission: Submission)
it 'creates the submission' do
pending("need to implement other pendings first")
# pending("need to implement other pendings first")
expect { request.call }.to change(Submission, :count).by(1)
end