Sha256: 9ab90a8584fbcbc775545ea2b197886235c4097bbbf47940c3a8a96fc02ed9a0

Contents?: true

Size: 203 Bytes

Versions: 11

Compression:

Stored size: 203 Bytes

Contents

require 'rubygems'
require 'humanize'
require 'rspec'
require 'timeout'
# require 'pry-byebug'

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
humanize-1.8.1 spec/spec_helper.rb
humanize-1.8.0 spec/spec_helper.rb
humanize-1.7.0 spec/spec_helper.rb
humanize-1.6.1 spec/spec_helper.rb
humanize-1.6.0 spec/spec_helper.rb
humanize-1.5.0 spec/spec_helper.rb
humanize-1.4.0 spec/spec_helper.rb
humanize-1.3.0 spec/spec_helper.rb
humanize-1.2.4 spec/spec_helper.rb
humanize-1.2.3 spec/spec_helper.rb
humanize-1.2.2 spec/spec_helper.rb