Use Konacha for testing JavaScript

This commit is contained in:
John Firebaugh 2012-09-11 08:54:50 -07:00 committed by Tom Hughes
parent 28b8863627
commit 665abc501c
4 changed files with 175 additions and 5 deletions

View file

@ -0,0 +1,5 @@
Konacha.configure do |config|
require 'capybara/poltergeist'
config.spec_dir = "test/javascripts"
config.driver = :poltergeist
end if defined?(Konacha)