Added jasmine init

This commit is contained in:
ragaskar
2009-10-30 23:56:05 -07:00
parent 391c42533f
commit fcc1872d48
4 changed files with 15 additions and 13 deletions

View File

@@ -22,7 +22,7 @@ class JasmineHelper
end
def self.jasmine_spec_dir
if defined? rails_root
if rails_root
File.expand_path(File.join(rails_root, "spec", "javascript"))
else
File.expand_path('spec')