mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 14:46:05 +10:00
Created tests and refactored some code along the way Added stat graph util spec, refactored code finsihed up tests and refactors finsihed up tests and refactors
12 lines
366 B
Ruby
12 lines
366 B
Ruby
#Use this file to set/override Jasmine configuration options
|
|
#You can remove it if you don't need it.
|
|
#This file is loaded *after* jasmine.yml is interpreted.
|
|
#
|
|
#Example: using a different boot file.
|
|
#Jasmine.configure do |config|
|
|
# @config.boot_dir = '/absolute/path/to/boot_dir'
|
|
# @config.boot_files = lambda { ['/absolute/path/to/boot_dir/file.js'] }
|
|
#end
|
|
#
|
|
|