janitor_rails 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -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: