Skip to content

Commit

Permalink
test: don't replace no accessor variables with destractive method
Browse files Browse the repository at this point in the history
  • Loading branch information
Haruka Yoshihara committed Dec 13, 2012
1 parent 4775079 commit 5a6d29e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -40,7 +40,7 @@ end

desc "Run tests"
task :test do
Rake.application.top_level_tasks.replace(["test"])
options = ARGV - ["test"]
ruby("test/run-test.rb", *options)
run_test_options = ARGV - ["test"]
tests_exit_status = ruby("test/run-test.rb", *run_test_options)
exit(tests_exit_status)
end

0 comments on commit 5a6d29e

Please sign in to comment.