synthesis 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,15 +8,15 @@ module Synthesis
8
8
  class RSpecAdapter < Adapter
9
9
  def run
10
10
  fail_unless do
11
- rspec_options = begin
11
+ rspec_opts = begin
12
12
  Spec::Runner.options
13
13
  rescue
14
14
  rspec_options
15
15
  end
16
16
 
17
- rspec_options.files.clear
18
- rspec_options.instance_variable_set(:@formatters, nil)
19
- rspec_options.run_examples
17
+ rspec_opts.files.clear
18
+ rspec_opts.instance_variable_set(:@formatters, nil)
19
+ rspec_opts.run_examples
20
20
  # Synthesis.rspec_runner_options.instance_variable_set(:@format_options, [["profile", STDOUT]])
21
21
  end
22
22
  end
@@ -1,6 +1,6 @@
1
1
  GEMSPEC =Gem::Specification.new do |s|
2
2
  s.name = 'synthesis'
3
- s.version = '0.2.4'
3
+ s.version = '0.2.5'
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: synthesis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stuart Caborn, George Malamidis, Danilo Sato
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-12-07 00:00:00 +00:00
12
+ date: 2008-12-11 00:00:00 +00:00
13
13
  default_executable:
14
14
  dependencies: []
15
15