lib/combustion/databases/firebird.rb in combustion-0.7.0 vs lib/combustion/databases/firebird.rb in combustion-0.8.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + class Combustion::Databases::Firebird < Combustion::Databases::Base def reset establish_connection :test connection.recreate_database! end