Sha256: 7f6f61c2f72d384b6ee83e9735d029e3a8d747f9e8003e230a1dfa2dc5397366

Contents?: true

Size: 417 Bytes

Versions: 14

Compression:

Stored size: 417 Bytes

Contents

require 'dm-core/spec/setup'
require 'dm-core/spec/lib/adapter_helpers'

require 'dm-sweatshop'
require 'dm-migrations'
require 'dm-validations'

Spec::Runner.configure do |config|
  config.extend(DataMapper::Spec::Adapters::Helpers)
end

begin
  Randexp::Dictionary.load_dictionary
rescue RuntimeError
  warn '[WARNING] Neither /usr/share/dict/words or /usr/dict/words found, skipping dm-sweatshop specs'
  exit
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
ardm-sweatshop-1.2.0 spec/spec_helper.rb
dm-sweatshop-1.2.0 spec/spec_helper.rb
dm-sweatshop-1.2.0.rc2 spec/spec_helper.rb
dm-sweatshop-1.2.0.rc1 spec/spec_helper.rb
dm-sweatshop-1.1.0 spec/spec_helper.rb
dm-sweatshop-1.1.0.rc3 spec/spec_helper.rb
dm-sweatshop-1.1.0.rc2 spec/spec_helper.rb
dm-sweatshop-1.1.0.rc1 spec/spec_helper.rb
dm-sweatshop-1.0.2 spec/spec_helper.rb
dm-sweatshop-1.0.1 spec/spec_helper.rb
dm-sweatshop-1.0.0 spec/spec_helper.rb
dm-sweatshop-1.0.0.rc3 spec/spec_helper.rb
dm-sweatshop-1.0.0.rc2 spec/spec_helper.rb
dm-sweatshop-1.0.0.rc1 spec/spec_helper.rb