Sha256: 0f55bee4b0b96b0ebc8232953b10d73e68f8ad19058ea6072febe7ba8cda4871

Contents?: true

Size: 441 Bytes

Versions: 4

Compression:

Stored size: 441 Bytes

Contents

require_relative '../../../test_helper'

module Troo
  module Decorators
    class DecoratorHelpersDummy < Resource
      include Troo::DecoratorHelpers
    end
  end
end

module Troo
  describe DecoratorHelpers do
    let(:described_class)    { Troo::Decorators::DecoratorHelpersDummy }
    let(:described_instance) { described_class.new(klass, options) }
    let(:klass)              { stub }
    let(:options)            { {} }
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
troo-0.0.12 test/lib/troo/helpers/decorator_helpers_test.rb
troo-0.0.11 test/lib/troo/helpers/decorator_helpers_test.rb
troo-0.0.10 test/lib/troo/helpers/decorator_helpers_test.rb
troo-0.0.9 test/lib/troo/helpers/decorator_helpers_test.rb