diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 52a97d1..203a3ec 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -20,7 +20,7 @@ Sham.define do end RSpec.configure do |config| - config.alias_it_behaves_like_to :it_has_behavior, 'has behavior' + config.alias_it_should_behave_like_to :it_has_behavior, 'has behavior' config.before(:suite) do puts '=' * 80