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.
@@ -1,3 +1,3 @@
1
1
  module QunitForRails
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
@@ -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){
@@ -51,5 +51,6 @@ QUnit.test_page = function($){
51
51
  $(document).ready(function(){
52
52
  var custom = $.noConflict(true);
53
53
 
54
+ $.getScript('/katello/javascripts/qunit_for_rails/jquery.mockjax.js');
54
55
  QUnit.test_page(custom).init();
55
56
  });
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: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 8
10
- version: 0.0.8
9
+ - 9
10
+ version: 0.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Krisher