jasmine-rails 0.4.1 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/jasmine_rails/version.rb +1 -1
- data/lib/tasks/jasmine-rails_tasks.rake +1 -1
- metadata +1 -1
@@ -21,7 +21,7 @@ namespace :spec do
|
|
21
21
|
runner_path = Rails.root.join('spec/tmp/runner.html')
|
22
22
|
File.open(runner_path, 'w') {|f| f << html}
|
23
23
|
|
24
|
-
run_cmd
|
24
|
+
run_cmd %{phantomjs "#{File.join(File.dirname(__FILE__), 'runner.js')}" "file://#{runner_path.to_s}?spec=#{spec_filter}"}
|
25
25
|
end
|
26
26
|
|
27
27
|
# alias
|