janitor_rails 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -252,7 +252,7 @@ window.Janitor.Stitch = {};
252
252
  }
253
253
 
254
254
  FailedAssertionMessage.prototype.equal = function() {
255
- return "" + this.options.val1 + " does not equal " + this.options.val2;
255
+ return "" + this.options.actual + " does not equal " + this.options.expected;
256
256
  };
257
257
 
258
258
  FailedAssertionMessage.prototype["true"] = function() {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: janitor_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: