aboutsummaryrefslogtreecommitdiffstats
path: root/spec/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'spec/runtime')
-rw-r--r--spec/runtime/executable_spec.rb9
1 files changed, 9 insertions, 0 deletions
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