Skip to content

Commit 9df490d

Browse files
Use a path: plugin source for testing
1 parent cba5fde commit 9df490d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/bootboot_test.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,7 @@ def write_gemfile(content = nil)
335335
end
336336

337337
def plugin
338-
branch = %x(git rev-parse --abbrev-ref HEAD).strip
339-
340-
"plugin 'bootboot', git: '#{Bundler.root}', branch: '#{branch}'"
338+
"plugin 'bootboot', path: '#{Bundler.root}'"
341339
end
342340

343341
class BundleInstallError < StandardError; end

0 commit comments

Comments
 (0)