qunit_for_rails 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
@@ -66,7 +66,6 @@ QUnit.extensions.test_loader = (function(){
|
|
66
66
|
scripts.push($('<link />', { href : '/katello/stylesheets/qunit.css', rel : 'stylesheet', type : 'text/css' }));
|
67
67
|
scripts.push($('<script />', { src : '/katello/javascripts/qunit_for_rails/jquery-1.6.4.min.js', type : 'text/javascript' }));
|
68
68
|
scripts.push($('<script />', { src : '/katello/javascripts/qunit_for_rails/qunit.js', type : 'text/javascript' }));
|
69
|
-
scripts.push($('<script />', { src : '/katello/javascripts/qunit_for_rails/jquery.mockjax.js', type : 'text/javascript' }));
|
70
69
|
scripts.push($('<script />', { src : '/katello/javascripts/qunit_for_rails/qunit.test_page.js', type : 'text/javascript' }));
|
71
70
|
|
72
71
|
for( script in scripts){
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: qunit_for_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 13
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 9
|
10
|
+
version: 0.0.9
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Michael Krisher
|