janitor_rails 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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: