make travis green again
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user