Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pftg committed Dec 2, 2017
1 parent 9b29f4d commit 4f1bf2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/runtime/executable_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@

# generate other Gemfile with executable gem
build_repo2 do
build_gem("bindir") { |s| s.executables = "foo" }
build_gem("bindir") {|s| s.executables = "foo" }
end

create_file("OtherGemfile", <<-G)
Expand Down

0 comments on commit 4f1bf2f

Please sign in to comment.