forgot a change

This commit is contained in:
John Bintz 2012-01-24 14:47:31 -05:00
parent 142a0c974b
commit 453f439271

View File

@ -137,6 +137,7 @@ module Jasmine::Headless
@search_paths += asset_paths.collect { |dir| File.expand_path(dir) } @search_paths += asset_paths.collect { |dir| File.expand_path(dir) }
@search_paths += spec_dir.collect { |dir| File.expand_path(dir) } @search_paths += spec_dir.collect { |dir| File.expand_path(dir) }
@search_paths.uniq!
@search_paths @search_paths
end end