database_cleaner/adapters/database_cleaner-active_record/spec/database_cleaner/active_record_spec.rb

10 lines
223 B
Ruby

RSpec.describe DatabaseCleaner::ActiveRecord do
it "has a version number" do
expect(DatabaseCleaner::ActiveRecord::VERSION).not_to be nil
end
it "does something useful" do
expect(false).to eq(true)
end
end