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

@@ -2,13 +2,15 @@ require 'jasmine'
class Jasmine::Config
# Override these methods if necessary
# def project_root
# Dir.pwd
# end
# Path to your jasmine.yaml
# Path to your jasmine.yml
# def simple_config_file
# File.join(project_root, 'spec/javascripts/support/jasmine.yaml')
# File.join(project_root, 'spec/javascripts/support/jasmine.yml')
# end
# Source directory path. Your src_files must be returned relative to this path.