Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Fix failing spec. Use double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
denniss committed Feb 28, 2017
1 parent ae50b6e commit a14bec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/commands/outdated_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def test_group_option(group = nil, gems_list_size = 1)
describe "with --local option" do
it "uses local cache to return a list of outdated gems" do
update_repo2 do
build_gem 'activesupport', '2.3.4'
build_gem "activesupport", "2.3.4"
end

install_gemfile <<-G
Expand Down

0 comments on commit a14bec0

Please sign in to comment.