Sha256: c8b643b8914bd923e4ea345a636bb0c3801caf825b5b6cf07bcba9513cb449cc
Contents?: true
Size: 589 Bytes
Versions: 16
Compression:
Stored size: 589 Bytes
Contents
ENV['RAILS_ENV'] = 'test' require File.expand_path("../dummy/config/environment", __FILE__) Teaspoon.configure do |config| config.mount_at = "/teaspoon" config.root = Spree::Backend::Engine.root config.asset_paths = ["spec/javascripts", "spec/javascripts/stylesheets"] config.fixture_paths = ["spec/javascripts/fixtures"] config.suite do |suite| suite.use_framework :mocha, "2.3.3" suite.matcher = "{spec/javascripts,app/assets}/**/*_spec.{js,js.coffee,coffee}" suite.helper = "spec_helper" suite.boot_partial = "/boot" suite.expand_assets = true end end
Version data entries
16 entries across 16 versions & 1 rubygems