summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-03-02 22:18:21 -0800
committerZachary Scott <e@zzak.io>2014-03-02 22:20:07 -0800
commit6a04e5b9b5a0ce75a2262ec60d3847f19e149de8 (patch)
tree00eb03c5c47e4bdd4e88ff1493876e90dfa330f3
parent49aa6aa42d6c142e5c1fe32c1ea318e9cfdf6322 (diff)
downloadbundler-6a04e5b9b5a0ce75a2262ec60d3847f19e149de8.tar.gz
Fixed failure in bundle gem command spec due to extra newline added in #2891
-rw-r--r--spec/commands/newgem_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/commands/newgem_spec.rb b/spec/commands/newgem_spec.rb
index 6791c36c16..fc0e782e6a 100644
--- a/spec/commands/newgem_spec.rb
+++ b/spec/commands/newgem_spec.rb
@@ -341,6 +341,7 @@ describe "bundle gem" do
RSpec::Core::RakeTask.new(:spec)
task :default => :spec
+
RAKEFILE
expect(bundled_app("test-gem/Rakefile").read).to eq(rakefile)
@@ -381,6 +382,7 @@ describe "bundle gem" do
end
task :default => :test
+
RAKEFILE
expect(bundled_app("test-gem/Rakefile").read).to eq(rakefile)