summaryrefslogtreecommitdiff
path: root/spec/install/gems/simple_case_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/install/gems/simple_case_spec.rb')
-rw-r--r--spec/install/gems/simple_case_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/gems/simple_case_spec.rb b/spec/install/gems/simple_case_spec.rb
index 322dbdf4f8..250681f48b 100644
--- a/spec/install/gems/simple_case_spec.rb
+++ b/spec/install/gems/simple_case_spec.rb
@@ -298,7 +298,7 @@ describe "bundle install with gem sources" do
install_gemfile <<-G
G
- expect(File.exists?(bundled_app("Gemfile.lock"))).to be_true
+ expect(File.exists?(bundled_app("Gemfile.lock"))).to be true
end
it "gracefully handles error when rubygems server is unavailable" do