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