Sha256: 01822c7af841869cee7f43f74135872ec412c19c589cc0a6003a281886c8b8a3
Contents?: true
Size: 458 Bytes
Versions: 3
Compression:
Stored size: 458 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) { {} } it { skip } end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
troo-0.0.15 | test/lib/troo/helpers/decorator_helpers_test.rb |
troo-0.0.14 | test/lib/troo/helpers/decorator_helpers_test.rb |
troo-0.0.13 | test/lib/troo/helpers/decorator_helpers_test.rb |