Sha256: fa946ef70bf6f2f3601cff5f617a758c6c6f14f031f1546d361472e9729b50fc

Contents?: true

Size: 364 Bytes

Versions: 8

Compression:

Stored size: 364 Bytes

Contents

require_relative '../../tests/bundle'
require_relative '../../tests/database'
require_relative '../../tests/filesystem'

module AcceptanceTests
  module BaseHelpers
    def fs
      @_fs ||= Tests::Filesystem.new
    end

    def bundle
      @_bundle ||= Tests::Bundle.new
    end

    def database
      @_database ||= Tests::Database.instance
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
shoulda-matchers-3.1.3 spec/support/acceptance/helpers/base_helpers.rb
shoulda-matchers-4.0.0.rc1 spec/support/acceptance/helpers/base_helpers.rb
shoulda-matchers-3.1.2 spec/support/acceptance/helpers/base_helpers.rb
shoulda-matchers-3.1.1 spec/support/acceptance/helpers/base_helpers.rb
shoulda-matchers-3.1.0 spec/support/acceptance/helpers/base_helpers.rb
shoulda-matchers-3.0.1 spec/support/acceptance/helpers/base_helpers.rb
shoulda-matchers-3.0.0 spec/support/acceptance/helpers/base_helpers.rb
shoulda-matchers-3.0.0.rc1 spec/support/acceptance/helpers/base_helpers.rb