Sha256: 4f888be7af24a4f59be7632386ea63836d8f7d8dc0555ec49f2f80aaf8c86243

Contents?: true

Size: 131 Bytes

Versions: 4

Compression:

Stored size: 131 Bytes

Contents

module DbHelper
  def self.reset_db!
    Chillfile.db.recreate!
  end
  
  # alias
  def reset_db!
    DbHelper.reset_db!
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
chillfile-0.1.0 spec/support/db_helper.rb
chillfile-0.0.3 spec/support/db_helper.rb
chillfile-0.0.2 spec/support/db_helper.rb
chillfile-0.0.1 spec/support/db_helper.rb