jasmine/templates/jasmine_helper.rb
2009-11-25 08:01:09 -08:00

13 lines
239 B
Ruby

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