spec/lib/arstotzka/method_builder_spec.rb in arstotzka-1.3.2 vs spec/lib/arstotzka/method_builder_spec.rb in arstotzka-1.4.0
- old
+ new
@@ -21,10 +21,10 @@
let(:name) { 'Robert' }
let(:attr_name) { :name }
let(:attr_names) { [attr_name] }
let(:json) { {} }
let(:instance) { klass.new(json) }
- let(:full_options) { Arstotzka::Options::DEFAULT_OPTIONS.merge(options) }
+ let(:full_options) { Arstotzka::Config::DEFAULT_CONFIGS.merge(options) }
describe '#build' do
context 'when it is called' do
it 'adds the reader' do
expect do