From 61a03197613bd942de8e33de61bdb3e6fa27626a Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Thu, 17 Oct 2013 16:38:48 -0400 Subject: [PATCH] Make rake test:js:dev use the coffeescript watcher so that changes are immediately testable --- rakelib/js_test.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rakelib/js_test.rake b/rakelib/js_test.rake index d1cce49350..b141b93ff2 100644 --- a/rakelib/js_test.rake +++ b/rakelib/js_test.rake @@ -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')