Load spec_hhelpers before spec definitions

This commit is contained in:
ragaskar
2009-11-25 08:01:09 -08:00
parent 1c2780d0c1
commit e3585b79f0
7 changed files with 54 additions and 12 deletions

View File

@@ -32,6 +32,8 @@ Gem::Specification.new do |s|
"lib/jasmine-ruby.rb",
"tasks/jasmine.rake",
"templates/example_spec.js",
"templates/spec_helper.js",
"templates/jasmine_helper.rb",
"templates/Rakefile"
]
s.homepage = %q{http://github.com/ragaskar/jasmine-ruby}