Sha256: 06affb467299a4bc35235a7c37114ea22fe42981f76b4e4d2c18ad15b3a49dc4
Contents?: true
Size: 257 Bytes
Versions: 6
Compression:
Stored size: 257 Bytes
Contents
RSpec.describe LolDba::SqlGenerator do before do FileUtils.mkdir_p(Pathname.new(Rails.root).join('db', 'migrate_sql')) end it 'generates migrations without error' do expect { LolDba::SqlGenerator.new('all').run }.not_to raise_error end end
Version data entries
6 entries across 6 versions & 1 rubygems