add-flash #11

Merged
bucky merged 10 commits from add-flash into master 2023-10-03 16:12:15 -07:00
Showing only changes of commit 5ca4bf707b - Show all commits
-7
View File
@@ -14,13 +14,6 @@ Sequel.sqlite("db/#{ENV['DB_NAME']}") do |db|
Sequel::Migrator.apply(db, "db/migrations")
end
# RSpec db setup
RSpec.configure do |c|
c.around(:each) do |example|
DB.transaction(rollback: :always, auto_savepoint: true){example.run}
end
end
# attach app to Capybara
Capybara.app = App