summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <colby@taplaboratories.com>2016-11-24 07:48:02 +1100
committerColby Swandale <colby@taplaboratories.com>2016-11-24 07:48:02 +1100
commit7ec3768626e61334af7566f9c2f5f7d75ffe4d84 (patch)
treeacf6a3f84fd5b54ce0027ddf4d31700653077e78
parent65138c076076114d7b10737d03c21a82310e8df7 (diff)
downloadbundler-7ec3768626e61334af7566f9c2f5f7d75ffe4d84.tar.gz
fix typo expet and fix duplicate gemfile specification
-rw-r--r--spec/runtime/inline_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/runtime/inline_spec.rb b/spec/runtime/inline_spec.rb
index 2cae509086..6dc127edd7 100644
--- a/spec/runtime/inline_spec.rb
+++ b/spec/runtime/inline_spec.rb
@@ -200,7 +200,7 @@ describe "bundler/inline#gemfile" do
gem "rake"
G
- gemfile <<-G
+ lockfile <<-G
GEM
remote: https://rubygems.org/
specs:
@@ -225,6 +225,6 @@ describe "bundler/inline#gemfile" do
RUBY
expect(err).to be_empty
- expet(exitstatus).to be_zero if exitstatus
+ expect(exitstatus).to be_zero if exitstatus
end
end