Sha256: d804eeed6ef10e1b273b8cdb02a1108eff1fedc94c1d44af29b9b2296d7c2c21

Contents?: true

Size: 206 Bytes

Versions: 14

Compression:

Stored size: 206 Bytes

Contents

require 'rubygems'
require 'humanize'
require 'rspec'
require 'timeout'

RSpec.configure do |config|
  config.around(:each) do |example|
    Timeout.timeout(5, &example)
    Humanize.reset_config
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
humanize-3.0.0 spec/spec_helper.rb
humanize-2.5.1 spec/spec_helper.rb
humanize-2.5.0 spec/spec_helper.rb
humanize-2.4.3 spec/spec_helper.rb
humanize-2.4.2 spec/spec_helper.rb
humanize-2.4.1 spec/spec_helper.rb
humanize-2.4.0 spec/spec_helper.rb
humanize-2.3.0 spec/spec_helper.rb
humanize-2.2.1 spec/spec_helper.rb
humanize-2.2.0 spec/spec_helper.rb
humanize-2.1.2 spec/spec_helper.rb
humanize-2.1.1 spec/spec_helper.rb
humanize-2.1.0 spec/spec_helper.rb
humanize-2.0.0 spec/spec_helper.rb