Skip to content

Commit

Permalink
Update sbt 1.0 example
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Oct 31, 2018
1 parent 9d5bc4a commit 5db5a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/sbt_spec.rb
Expand Up @@ -12,7 +12,7 @@
`git commit -am "redeploy" --allow-empty`
app.push!
expect(app.output).to include("Running: sbt compile stage")
expect(app.output).to include("[info] Done packaging.")
expect(app.output).to include("[success]")
end
end

Expand Down

0 comments on commit 5db5a6c

Please sign in to comment.