Skip to content

Instantly share code, notes, and snippets.

@tomas-stefano
Created March 24, 2014 21:43
Show Gist options
  • Save tomas-stefano/9749841 to your computer and use it in GitHub Desktop.
Save tomas-stefano/9749841 to your computer and use it in GitHub Desktop.
Unit Test spec simple example
require 'active_support/dependencies'
%w(app/business app/enumerations app/marketplace).each do |path|
ActiveSupport::Dependencies.autoload_paths.push(path) unless ActiveSupport::Dependencies.autoload_paths.include?(path)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment