Skip to content

Instantly share code, notes, and snippets.

@AnkurVyas-BTC
Created June 28, 2017 16:01
Show Gist options
  • Select an option

  • Save AnkurVyas-BTC/ddc243ced2511ca87ea5fc30edea953f to your computer and use it in GitHub Desktop.

Select an option

Save AnkurVyas-BTC/ddc243ced2511ca87ea5fc30edea953f to your computer and use it in GitHub Desktop.
Konacha initializer file
Konacha.configure do |config|
config.spec_dir = 'spec/javascripts'
config.spec_matcher = /_spec\.|_test\./
config.stylesheets = %w(application)
config.driver = :webkit
end if defined?(Konacha)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment