Sha256: e7b22697bfa411a596f5793ab2667350b91e5556a70336ece3a14e23b9feb167
Contents?: true
Size: 649 Bytes
Versions: 6
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
6 entries across 6 versions & 1 rubygems