Updated path references to spec_helper
[merb_mart.git] / lib / authenticated_system / authenticated_dependencies.rb
blob2813b4cab2f121e47e91ff6aeaf6b247c0ca32d1
1 require 'merb_helpers'
3 base = File.dirname(__FILE__)
5 %w(authenticated_routes authenticated_system_controller authenticated_system_model authenticated_system_orm_map).each do |f|
6   require File.join(base, f)
7 end