synthesis 0.1.6 → 0.1.7

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.
data/Rakefile CHANGED
@@ -86,7 +86,7 @@ end
86
86
  desc "Remove rdoc and package artefacts"
87
87
  task :clean => %w[clobber_package clobber_rdoc]
88
88
 
89
- task(:lf) {p Dir["lib/**/*rb"] }
89
+ task(:lf) {p Dir["lib/**/*rb"]}
90
90
 
91
91
  task(:check_gemspec) do
92
92
  require 'rubygems/specification'
@@ -8,7 +8,7 @@ module Synthesis
8
8
  class MochaAdapter < Adapter
9
9
  def run
10
10
  Test::Unit.run = true # Yes means no...
11
- fail_unless { Test::Unit::AutoRunner.run }
11
+ fail_unless { Test::Unit::AutoRunner.run(false, nil, []) }
12
12
  end
13
13
 
14
14
  def collect_expectations
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.1.6'
3
+ s.version = '0.1.7'
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.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stuart Caborn, George Malamidis
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-10-17 00:00:00 +01:00
12
+ date: 2008-10-20 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies: []
15
15