spec_helper.rb 104 B

123
  1. RSpec.configure do |config|
  2. Dir[File.dirname(__FILE__) + "/support/**/*.rb"].each {|f| require f}
  3. end