Method: AppBuilder#provide_shoulda_matchers_config

Defined in:
lib/kratos/app_builder.rb

#provide_shoulda_matchers_configObject



115
116
117
118
119
120
# File 'lib/kratos/app_builder.rb', line 115

def provide_shoulda_matchers_config
  copy_file(
    'shoulda_matchers_config_rspec.rb',
    'spec/support/shoulda_matchers.rb'
  )
end