Rakefile in simple_pvr-0.0.3 vs Rakefile in simple_pvr-0.0.4
- old
+ new
@@ -7,10 +7,10 @@
namespace :test do
RSpec::Core::RakeTask.new(:spec)
Cucumber::Rake::Task.new(:features)
task :javascript do
- sh 'testacular start test/testacular.conf.js --singleRun'
+ sh 'karma start test/karma.conf.js --singleRun'
end
end
desc 'Run specs and features'
task :test => ['test:spec', 'test:features', 'test:javascript']
\ No newline at end of file