Skip to content

Commit

Permalink
Fixed name of ratpack repo for specs
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Aug 9, 2016
1 parent a942740 commit faf52da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ratpack_spec.rb
Expand Up @@ -7,7 +7,7 @@
end

context "on JDK 8" do
let(:app) { Hatchet::Runner.new("ratpack-gradle") }
let(:app) { Hatchet::Runner.new("example-ratpack-gradle-groovy-app") }
let(:jdk_version) { "1.8" }

it "deploys successfully" do
Expand Down

0 comments on commit faf52da

Please sign in to comment.