Commit 61a03197 by Calen Pennington

Make rake test:js:dev use the coffeescript watcher so that changes are immediately testable

parent ce6fbae6
......@@ -63,7 +63,7 @@ namespace :'test:js' do
end
desc "Run the JavaScript tests in your default browser"
task :dev, [:env] => [:clean_test_files, :'assets:coffee'] do |t, args|
task :dev, [:env] => [:clean_test_files, :'assets:coffee:_watch'] do |t, args|
if args[:env].nil?
puts "Error: No test suite specified. Try one of these instead:"
print_js_test_cmds('dev')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment