Sha256: f1ffd2f317fc3ecf9c78208af26197820fcc8bf4a0c558b07977ab5ac298d633

Contents?: true

Size: 563 Bytes

Versions: 1

Compression:

Stored size: 563 Bytes

Contents

ENV["RAILS_ROOT"] = File.expand_path("../../", __FILE__)
require File.expand_path("../dummy/config/environment", __FILE__)

Teabag.setup do |config|
  # Driver
  config.driver         = "phantomjs" # available: phantomjs, selenium
  # config.phantomjs_bin  = "/usr/local/bin/phantomjs"

  # Behaviors
  #config.server_timeout = 20 # timeout for starting the server
  config.fail_fast      = true

  # Output
  config.formatters     = "clean"
  #config.suppress_log   = false # suppress logs coming from console[log/error/debug]
  config.color          = true
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
enginizer-0.0.1 lib/enginizer/templates/%namespaced_name%/spec/teabag_env.rb