spec/support/capybara.rb (
8
lines of code) (
raw
):
module RSpec module FeatureExampleGroup def self.included(group) group.metadata[:type] = :feature Capybara.app = Hanami.app end end end