spec/spec_helper.rb in plexus-0.5.6 vs spec/spec_helper.rb in plexus-0.5.7

- old
+ new

@@ -46,14 +46,14 @@ end end RSpec.configure do |config| + config.include AncestryHelper # Remove this line if you don't want RSpec's should and should_not # methods or matchers require 'rspec/expectations' config.include RSpec::Matchers - config.include AncestryHelper # == Mock Framework config.mock_with :rspec end