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

Commit

Permalink
Fixed failing examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jan 24, 2019
1 parent fd327ce commit 1061dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/commands/newgem_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def create_temporary_dir(dir)
end

it "runs rake without problems" do
system_gems ["rake-10.0.2"]
system_gems ["rake-12.3.2"]

rakefile = strip_whitespace <<-RAKEFILE
task :default do
Expand Down Expand Up @@ -585,7 +585,7 @@ def create_temporary_dir(dir)
end

it "runs rake without problems" do
system_gems ["rake-10.0.2"]
system_gems ["rake-12.3.2"]

rakefile = strip_whitespace <<-RAKEFILE
task :default do
Expand Down

0 comments on commit 1061dd2

Please sign in to comment.