1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Remove example-alias

This commit is contained in:
Christian Haase 2014-09-12 18:42:42 +02:00 committed by Ryan Fitzgerald
parent 9349a58498
commit d5748ce0e4

View file

@ -36,6 +36,6 @@ RSpec.configure do |config|
config.expect_with :rspec do |c|
c.syntax = [:should, :expect]
end
config.alias_example_to :should
config.include PryTestHelpers
end