Sha256: ceb3fe16f52b0633f52c093e1393f5fc553394133b55f716327151ec81a45010

Contents?: true

Size: 106 Bytes

Versions: 13

Compression:

Stored size: 106 Bytes

Contents

shared_examples_for 'an idempotent method' do
  it 'is idempotent' do
    should equal(subject)
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
virtus-1.0.3 spec/shared/idempotent_method_behaviour.rb
virtus-1.0.2 spec/shared/idempotent_method_behaviour.rb
virtus-1.0.1 spec/shared/idempotent_method_behaviour.rb
virtus-1.0.0 spec/shared/idempotent_method_behaviour.rb
virtus-1.0.0.rc2 spec/shared/idempotent_method_behaviour.rb
virtus-1.0.0.rc1 spec/shared/idempotent_method_behaviour.rb
virtus-1.0.0.beta8 spec/shared/idempotent_method_behaviour.rb
virtus-1.0.0.beta7 spec/shared/idempotent_method_behaviour.rb
virtus-1.0.0.beta6 spec/shared/idempotent_method_behaviour.rb
virtus-1.0.0.beta5 spec/shared/idempotent_method_behaviour.rb
virtus-1.0.0.beta4 spec/shared/idempotent_method_behaviour.rb
virtus-1.0.0.beta3 spec/shared/idempotent_method_behaviour.rb
virtus-0.5.5 spec/shared/idempotent_method_behaviour.rb