Sha256: 0321261b65a21e2291075bc72459b04057d05b5974609d398f8e35e42fd66878

Contents?: true

Size: 290 Bytes

Versions: 9

Compression:

Stored size: 290 Bytes

Contents

require 'active_support/all'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  # config.mock_with :rr
  config.mock_with :rspec
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
i18n-generators-1.1.3 spec/spec_helper.rb
i18n-generators-1.1.2 spec/spec_helper.rb
i18n-generators-1.1.1 spec/spec_helper.rb
i18n_generators-1.1.0 spec/spec_helper.rb
i18n_generators-1.0.3 spec/spec_helper.rb
i18n_generators-1.0.2 spec/spec_helper.rb
i18n_generators-1.0.1 spec/spec_helper.rb
i18n_generators-1.0.0 spec/spec_helper.rb
i18n_generators-1.0.0.pre1 spec/spec_helper.rb