Sha256: bf01c3f2288b0df6704a0dd1e333ea5af1eac443a6c3b56c748f35017ac59063

Contents?: true

Size: 649 Bytes

Versions: 18

Compression:

Stored size: 649 Bytes

Contents

require 'volt/spec/setup'

if RUBY_PLATFORM == 'opal'
else
  # Specs are run against the kitchen sink app
  kitchen_sink_path = File.expand_path(File.join(File.dirname(__FILE__), "apps/kitchen_sink"))
  Volt.spec_setup(kitchen_sink_path)
end

if RUBY_PLATFORM != 'opal'

  RSpec.configure do |config|
    config.run_all_when_everything_filtered = true
    config.filter_run :focus

    # Run specs in random order to surface order dependencies. If you find an
    # order dependency and want to debug it, you can fix the order by providing
    # the seed, which is printed after each run.
    #     --seed 1234
    config.order = 'random'
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
volt-0.8.15 spec/spec_helper.rb
volt-0.8.14 spec/spec_helper.rb
volt-0.8.13 spec/spec_helper.rb
volt-0.8.11 spec/spec_helper.rb
volt-0.8.10 spec/spec_helper.rb
volt-0.8.9 spec/spec_helper.rb
volt-0.8.8 spec/spec_helper.rb
volt-0.8.7 spec/spec_helper.rb
volt-0.8.6 spec/spec_helper.rb
volt-0.8.5 spec/spec_helper.rb
volt-0.8.4 spec/spec_helper.rb
volt-0.8.3 spec/spec_helper.rb
volt-0.8.2 spec/spec_helper.rb
volt-0.8.1 spec/spec_helper.rb
volt-0.8.0 spec/spec_helper.rb
volt-0.7.23 spec/spec_helper.rb
volt-0.7.22 spec/spec_helper.rb
volt-0.7.21 spec/spec_helper.rb