Sha256: 8a5ad129cba9ec1879fea1314bc6270e52b6d4fa4a6283d21e9280793926d435

Contents?: true

Size: 281 Bytes

Versions: 32

Compression:

Stored size: 281 Bytes

Contents

GEM_ROOT = File.expand_path(File.join(File.dirname(__FILE__),'..'))
Dir["#{GEM_ROOT}/spec/support/**/*.rb"].sort.each {|f| require f}

require 'rails/all'
require 'stitches'

RSpec.configure do |config|
  config.order = "random"
end
I18n.enforce_available_locales = false # situps

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
stitches-5.0.0 spec/spec_helper.rb
stitches-5.0.0.RC1 spec/spec_helper.rb
stitches-4.2.2 spec/spec_helper.rb
stitches-4.2.1 spec/spec_helper.rb
stitches-4.2.0 spec/spec_helper.rb
stitches-4.2.0.RC3 spec/spec_helper.rb
stitches-4.2.0.RC2 spec/spec_helper.rb
stitches-4.2.0.RC1 spec/spec_helper.rb
stitches-4.0.2 spec/spec_helper.rb
stitches-4.1.0RC2 spec/spec_helper.rb
stitches-4.0.1 spec/spec_helper.rb
stitches-4.0.0 spec/spec_helper.rb
stitches-4.0.0.RC1 spec/spec_helper.rb
stitches-3.8.3 spec/spec_helper.rb
stitches-3.8.2 spec/spec_helper.rb
stitches-3.8.1 spec/spec_helper.rb
stitches-3.8.0 spec/spec_helper.rb
stitches-3.7.3 spec/spec_helper.rb
stitches-3.7.2 spec/spec_helper.rb
stitches-3.7.0 spec/spec_helper.rb