Skip to content

Commit

Permalink
remove placeholder hanami.rb
Browse files Browse the repository at this point in the history
This file appears to be loaded by `require 'hanami'`
and overrides actual Hanami code, making the integration application
unusable when it uses Hanami.
  • Loading branch information
p committed Jun 5, 2024
1 parent ff316eb commit c7120b5
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion integration/apps/hanami/config/environment.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require 'bundler/setup'
require 'hanami/setup'
require 'hanami/model'
require_relative '../lib/hanami'
require_relative '../apps/acme/application'

Hanami.configure do
Expand Down
2 changes: 0 additions & 2 deletions integration/apps/hanami/lib/hanami.rb

This file was deleted.

Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit c7120b5

Please sign in to comment.