spec/reek/configuration/app_configuration_spec.rb in reek-2.1.0 vs spec/reek/configuration/app_configuration_spec.rb in reek-2.2.0
- old
+ new
@@ -1,9 +1,9 @@
require_relative '../../spec_helper'
require_relative '../../../lib/reek/configuration/app_configuration'
require_relative '../../../lib/reek/core/smell_repository'
-describe Reek::Configuration::AppConfiguration do
+RSpec.describe Reek::Configuration::AppConfiguration do
let(:sample_configuration_path) { 'spec/samples/simple_configuration.reek' }
let(:sample_configuration_loaded) do
{
'UncommunicativeVariableName' => { 'enabled' => false },
'UncommunicativeMethodName' => { 'enabled' => false }