janitor_rails 0.0.9 → 0.0.10

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.
@@ -555,7 +555,7 @@ window.Janitor.Stitch = {};
555
555
  TestCase.prototype.runAssertion = function(type, options) {
556
556
  var result;
557
557
  result = Assertions[type].apply(null, options.args);
558
- if (options.refutation) result.success = !result.succes;
558
+ if (options.refutation) result.success = !result.success;
559
559
  return this.storeAssert(type, options.refutation, result);
560
560
  };
561
561
 
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.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: