lib/js_test_driver/config.rb in js-test-driver-rails-0.3.2 vs lib/js_test_driver/config.rb in js-test-driver-rails-0.3.3
- old
+ new
@@ -59,11 +59,11 @@
#
# There's no hacks or modifications here, so this method is just for the users convenience
def enable_jasmine
this_directory = File.dirname(__FILE__)
vendor_directory = File.expand_path(File.join('..', '..', 'vendor'), this_directory)
- includes File.join(vendor_directory, "jasmine", "lib", "jasmine.js")
- includes File.join(vendor_directory, "jasmine-jstd-adapter", "src", "*.js")
+ includes File.join(vendor_directory, "jasmine.js")
+ includes File.join(vendor_directory, "JasmineAdapter.js")
end
# config variable which has a regular setter,
# but also can be set by calling the "getter" with an argument
# and if called without an argument the getter will return the passed block