spec/spec_helper.rb in boleto_bancario-0.0.1.beta vs spec/spec_helper.rb in boleto_bancario-0.0.2

- old
+ new

@@ -1,6 +1,6 @@ -require 'boleto_bancario' -require 'valid_attribute' +require 'bundler/setup' +Bundler.require(:default, :development) Dir[File.join(File.dirname(__FILE__), 'shared_examples/**/*.rb')].each do |file| require(file) end \ No newline at end of file