Sha256: 5b6c2b87f3a2b4976014f52d4294898a8616c7108b5919374b17f5631da2c3c6
Contents?: true
Size: 449 Bytes
Versions: 3
Compression:
Stored size: 449 Bytes
Contents
# Requires supporting ruby files with custom matchers and macros, etc, # in spec/support/ and its subdirectories. Dir[File.join("support/**/*.rb")].each {|f| require f} RSpec.configure do |config| # 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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
redcarpet-confluence-1.1.0 | spec/spec_helper.rb |
redcarpet-confluence-1.0.1 | spec/spec_helper.rb |
redcarpet-confluence-1.0.0 | spec/spec_helper.rb |