Fix rake test.

This commit is contained in:
Peter Zotov 2013-04-07 12:12:03 +04:00
parent 2c6582b7fb
commit cb819e89d5
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ task :default => :test
desc "Run test suite"
task :test do
sh "bacon -a"
sh "bacon -Itest -a"
end
PAGES_REPO = 'git@github.com:whitequark/ast'