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

Commit

Permalink
Do not update conformance tests in test:conformance rake task.
Browse files Browse the repository at this point in the history
  • Loading branch information
KL-7 committed Jan 9, 2014
1 parent c25cfa1 commit 29e70aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ namespace :test do
end

desc "Run conformance test suite"
task :conformance => ['conformance:latest', 'conformance:run'] do
task :conformance => ['conformance:update', 'conformance:run'] do
end
end

Expand Down

0 comments on commit 29e70aa

Please sign in to comment.