From 19ad4e1b9a1cfcc5a9ccfd806f7a7a0069d1e9d9 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Sat, 5 Jun 2010 19:55:54 -0700 Subject: Don't generate a stub for bundler in ~/.bundler/bin --- spec/runtime/executable_spec.rb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'spec/runtime') diff --git a/spec/runtime/executable_spec.rb b/spec/runtime/executable_spec.rb index c0874529..0b28f093 100644 --- a/spec/runtime/executable_spec.rb +++ b/spec/runtime/executable_spec.rb @@ -66,4 +66,13 @@ describe "Running commands" do out.should == '2.0' end end + + it "don't bundle da bundla" do + install_gemfile <<-G + source "file://#{gem_repo1}" + gem "bundler" + G + + home(".bundler/bin/bundle").should_not exist + end end \ No newline at end of file -- cgit v1.2.3