Bad filepath in simple_config_file caused breakage. Sorry

This commit is contained in:
pivotal
2010-01-28 14:03:30 -08:00
parent 07b60547b6
commit 40569149f8
4 changed files with 15 additions and 8 deletions

View File

@@ -116,7 +116,7 @@ module Jasmine
end
def simple_config_file
File.join(project_root, 'spec/javascripts/support/jasmine.yaml')
File.join(project_root, 'spec/javascripts/support/jasmine.yml')
end
def src_dir
@@ -160,4 +160,4 @@ module Jasmine
end
end
end
end