Sha256: c80a04c7d503a23a5e0fee8e4ea47f26ce0362040505eb79897f3df1d420a630

Contents?: true

Size: 275 Bytes

Versions: 3

Compression:

Stored size: 275 Bytes

Contents

shared_examples_for "a persistence operation class" do
  describe described_class do
    subject { described_class }

    its(:included_modules) { should include MassiveRecord::ORM::Persistence::Operations }
  end

  it "responds to execute" do
    subject.execute
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
massive_record-0.2.2 spec/shared/orm/persistence/a_persistence_operation_class.rb
massive_record-0.2.2.rc2 spec/shared/orm/persistence/a_persistence_operation_class.rb
massive_record-0.2.2.rc1 spec/shared/orm/persistence/a_persistence_operation_class.rb