No need for a block.

This commit is contained in:
jonatack 2015-01-07 22:45:39 +01:00
parent f83b8b958b
commit b5517bacdb
1 changed files with 1 additions and 3 deletions

View File

@ -9,9 +9,7 @@ Time.zone = 'Eastern Time (US & Canada)'
I18n.load_path += Dir[File.join(File.dirname(__FILE__), 'support', '*.yml')]
Dir[File.expand_path('../{helpers,support,blueprints}/*.rb', __FILE__)]
.each do |f|
require f
end
.each { |f| require f }
Sham.define do
name { Faker::Name.name }