spec/unit/hooks/call_spec.rb in finite_machine-0.10.0 vs spec/unit/hooks/call_spec.rb in finite_machine-0.10.1

- old
+ new

@@ -1,9 +1,9 @@ # encoding: utf-8 require 'spec_helper' -describe FiniteMachine::Hooks, '#call' do +RSpec.describe FiniteMachine::Hooks, '#call' do let(:object) { described_class } subject(:hooks) { object.new } it "adds and removes a single hook" do