Sha256: 3ec6efb245c3e0c6691129ec7e4058a5b3f09aa002c6e84e650f00e09a517c2a

Contents?: true

Size: 378 Bytes

Versions: 6

Compression:

Stored size: 378 Bytes

Contents

require 'test/unit'
require 'clean_test/test_case'
require 'bookingit'
require "mocha/test_unit"

# Add test libraries you want to use here, e.g. mocha

class Test::Unit::TestCase
  include Clean::Test::GivenWhenThen
  include Clean::Test::TestThat
  include Clean::Test::Any

  # Add global extensions to the test case class here
  
end
I18n.enforce_available_locales = false 

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bookingit-0.5.0 test/test_helper.rb
bookingit-0.4.1 test/test_helper.rb
bookingit-0.4.0 test/test_helper.rb
bookingit-0.3.0 test/test_helper.rb
bookingit-0.2.0 test/test_helper.rb
bookingit-0.1.0 test/test_helper.rb