Skip to content

Commit

Permalink
Fix jasmine_helper.rb generator example
Browse files Browse the repository at this point in the history
Remove the instance variable notation.
  • Loading branch information
mcolyer committed Jan 22, 2013
1 parent be98511 commit b952a71
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#
#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'] }
# config.boot_dir = '/absolute/path/to/boot_dir'
# config.boot_files = lambda { ['/absolute/path/to/boot_dir/file.js'] }
#end
#

0 comments on commit b952a71

Please sign in to comment.