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-3.6.1 spec/spec_helper.rb
stitches-3.6.0 spec/spec_helper.rb
stitches-3.6.0.RC1 spec/spec_helper.rb
stitches-3.5.0 spec/spec_helper.rb
stitches-3.4.0 spec/spec_helper.rb
stitches-3.3.0 spec/spec_helper.rb
stitches-3.2.3 spec/spec_helper.rb
stitches-3.2.2 spec/spec_helper.rb
stitches-3.2.1 spec/spec_helper.rb
stitches-3.2.0 spec/spec_helper.rb
stitches-3.1.0 spec/spec_helper.rb
stitches-3.0.0 spec/spec_helper.rb