Sha256: c54363f4309c3bc7a72eb5e94560979a544fe33c0f0ba76b19b0b62dbc2a9cc2

Contents?: true

Size: 144 Bytes

Versions: 6

Compression:

Stored size: 144 Bytes

Contents

require 'scooter'
require 'webmock/rspec'

RSpec.configure do |c|

end

def random_string
  (0...10).map { ('a'..'z').to_a[rand(26)] }.join
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
scooter-4.5.4 spec/spec_helper.rb
scooter-4.5.3 spec/spec_helper.rb
scooter-4.5.2 spec/spec_helper.rb
scooter-4.5.1 spec/spec_helper.rb
scooter-4.5.0 spec/spec_helper.rb
scooter-4.4.0 spec/spec_helper.rb