diff options
author | Kevin Moore <kevin@thinkpixellab.com> | 2010-05-19 22:27:07 -0700 |
---|---|---|
committer | Kevin Moore <kevin@thinkpixellab.com> | 2010-05-24 00:29:31 -0500 |
commit | a388b0e181f5a094e4e864da94a06c90931a50a7 (patch) | |
tree | 86ed7485110195ca32961ddebbe69cb1e3c16a41 /spec/install | |
parent | f4148898f614032dbadfbd3b0aa9cbd1a757a489 (diff) | |
download | bundler-a388b0e181f5a094e4e864da94a06c90931a50a7.tar.gz |
Removed environment.rb (and minimized other file/dir creation)
Drastically reduce writing to (or even creating) config_file
Removed un-needed dir creation
Diffstat (limited to 'spec/install')
-rw-r--r-- | spec/install/gems/flex_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/install/gems/flex_spec.rb b/spec/install/gems/flex_spec.rb index effeff5d5c..2973c514ea 100644 --- a/spec/install/gems/flex_spec.rb +++ b/spec/install/gems/flex_spec.rb @@ -133,7 +133,6 @@ describe "bundle flex_install" do gem 'rack' G - bundled_app(".bundle/environment.rb").delete should_not_be_installed "activesupport 2.3.5" end |