Sha256: b89293ebd7f77ead89f260deb36b45f8521367ca8fa5be2042bed7ae30c51c4d

Contents?: true

Size: 355 Bytes

Versions: 4

Compression:

Stored size: 355 Bytes

Contents

shared_examples_for "a generic strategy" do
  it { should respond_to(:db)  }
end

shared_examples_for "a generic truncation strategy" do
  it { should respond_to(:start) }
  it { should respond_to(:clean) }
end

shared_examples_for "a generic transaction strategy" do
  it { should respond_to(:start) }
  it { should respond_to(:clean) }
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
surgical_strike-0.7.7 spec/database_cleaner/shared_strategy_spec.rb
surgical_strike-0.7.6 spec/database_cleaner/shared_strategy_spec.rb
surgical_strike-0.7.5 spec/database_cleaner/shared_strategy_spec.rb
surgical_strike-0.7.4 spec/database_cleaner/shared_strategy_spec.rb