spec/spec_helper.rb in rents-1.0.4 vs spec/spec_helper.rb in rents-1.0.5

- old
+ new

@@ -9,9 +9,11 @@ end # and any other gems you need require 'rents' require 'faker' +require 'cpf' +require 'cnpj' RSpec.configure do |c| # some (optional) config here c.include Helpers end \ No newline at end of file