konacha.rb 244 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 Konacha.configure do |config| require 'capybara/poltergeist' config.spec_dir = "spec/javascripts" config.spec_matcher = /_spec\.|_test\./ config.stylesheets = %w(application) config.driver = :poltergeist end if defined?(Konacha)