spec/command/callback_spec.rb in retter-0.2.0 vs spec/command/callback_spec.rb in retter-0.2.1

- old
+ new

@@ -2,10 +2,10 @@ require 'spec_helper' describe 'Retter::Command#callback', clean: :all do before do - retter_config.after(:edit) { commit } + Retter.config.after(:edit) { commit } command.stub!(:options) { {after: :edit} } end specify 'callback should called' do