Refactor config file/path handling.
This commit is contained in:
12
templates/spec/jasmine_helper.rb
Normal file
12
templates/spec/jasmine_helper.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
class JasmineHelper
|
||||
def self.files
|
||||
#return a list of files you want to load before your spec defintions load
|
||||
[]
|
||||
end
|
||||
|
||||
def self.stylesheets
|
||||
#return a list of stylesheets you want to load in the runner
|
||||
[]
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user