Sha256: 313f6596494043bc1a8c5a180a41fd315b4fa0a38284fdcaad49e2fbcc23bc1b
Contents?: true
Size: 418 Bytes
Versions: 20
Compression:
Stored size: 418 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) } it { should respond_to(:cleaning) } end shared_examples_for "a generic transaction strategy" do it { should respond_to(:start) } it { should respond_to(:clean) } it { should respond_to(:cleaning) } end
Version data entries
20 entries across 20 versions & 3 rubygems