Rename jasmine_spec.rb to jasmine_runner.rb to prevent unintended running

This commit is contained in:
ragaskar
2010-01-27 19:57:51 -08:00
parent 1b8a4804b7
commit 8ec5b9761c
5 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ if ARGV[0] == 'init'
copy_unless_exists('spec/javascripts/SpecHelper.js')
copy_unless_exists('spec/javascripts/ExampleSpec.js')
copy_unless_exists('spec/javascripts/support/jasmine_config.rb')
copy_unless_exists('spec/javascripts/support/jasmine_spec.rb')
copy_unless_exists('spec/javascripts/support/jasmine_runner.rb')
rails_tasks_dir = dest_path('lib/tasks')
if File.exist?(rails_tasks_dir)