gmalamid-synthesis 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,6 +15,7 @@ module Synthesis
15
15
  Object.extend(ExpectationRecorder)
16
16
  Object.record_expectations_on(:expects)
17
17
  Mocha::Expectation.extend(ExpectationInterceptor)
18
+ Mocha::Expectation.intercept_test_subject_on(:invoke)
18
19
  Mocha::Expectation.intercept_expected_arguments_on(:with)
19
20
  Mocha::Expectation.intercept_expected_return_values_on(:returns)
20
21
  Mocha::Expectation.intercept_expected_return_values_on(:raises)
data/synthesis.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  GEMSPEC =Gem::Specification.new do |s|
2
2
  s.name = 'synthesis'
3
- s.version = '0.2.2'
3
+ s.version = '0.2.3'
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.rubyforge_project = "synthesis"
6
6
  s.summary, s.description = 'A tool for Synthesized Testing'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gmalamid-synthesis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stuart Caborn, George Malamidis, Danilo Sato