jasmine/templates/spec/jasmine_helper.rb
2009-12-28 16:27:02 -06: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