make travis green 2

This commit is contained in:
yqbk
2016-10-08 18:51:52 +02:00
parent f2f51414b0
commit d7d9212de5
2 changed files with 2 additions and 2 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