Sha256: b9770b1f93d69de884297d577a1669799d6c4febc775f1ec4b02c3e47ee75e17

Contents?: true

Size: 288 Bytes

Versions: 21

Compression:

Stored size: 288 Bytes

Contents

require 'minitest/autorun'
require 'minitest/reporters'
reporter_options = { color: true, slow_count: 5 }
Minitest::Reporters.use! [Minitest::Reporters::DefaultReporter.new(reporter_options)]

require 'webmock/minitest'

require File.expand_path('../../lib/picturehouse_uk.rb', __FILE__)

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
picturehouse_uk-3.0.14 test/test_helper.rb
picturehouse_uk-3.0.13 test/test_helper.rb
picturehouse_uk-3.0.12 test/test_helper.rb
picturehouse_uk-3.0.11 test/test_helper.rb
picturehouse_uk-3.0.10 test/test_helper.rb
picturehouse_uk-3.0.9 test/test_helper.rb
picturehouse_uk-3.0.8 test/test_helper.rb
picturehouse_uk-3.0.7 test/test_helper.rb
picturehouse_uk-3.0.6 test/test_helper.rb
picturehouse_uk-3.0.5 test/test_helper.rb
picturehouse_uk-3.0.4 test/test_helper.rb
picturehouse_uk-3.0.3 test/test_helper.rb
picturehouse_uk-3.0.2 test/test_helper.rb
picturehouse_uk-3.0.1 test/test_helper.rb
picturehouse_uk-3.0.0 test/test_helper.rb
picturehouse_uk-2.0.5 test/test_helper.rb
picturehouse_uk-2.0.4 test/test_helper.rb
picturehouse_uk-2.0.3 test/test_helper.rb
picturehouse_uk-2.0.2 test/test_helper.rb
picturehouse_uk-2.0.1 test/test_helper.rb