testbot 0.3.9.pre → 0.3.9

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/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ 0.3.9
2
+
3
+ Added support for running tests with bundler exec.
4
+
1
5
  0.3.8
2
6
 
3
7
  Testbot now uses exit code to determine if the test run has failed.
@@ -68,7 +68,7 @@ Using testbot with Rails 3:
68
68
 
69
69
  Using testbot with Rails 2:
70
70
 
71
- ruby script/plugin install git://github.com/joakimk/testbot.git -r 'refs/tags/v0.3.8'
71
+ ruby script/plugin install git://github.com/joakimk/testbot.git -r 'refs/tags/v0.3.9'
72
72
  script/generate testbot --connect 192.168.0.100
73
73
 
74
74
  rake testbot:spec (or :test, :features)
@@ -5,7 +5,7 @@ class CucumberAdapter
5
5
  def self.command(project_path, ruby_interpreter, files)
6
6
  cucumber_command = RubyEnv.ruby_command(project_path, :script => "script/cucumber", :bin => "cucumber",
7
7
  :ruby_interpreter => ruby_interpreter)
8
- "export AUTOTEST=1; #{ruby_interpreter} #{cucumber_command} -f progress --backtrace -r features/support -r features/step_definitions #{files} -t ~@disabled"
8
+ "export AUTOTEST=1; #{cucumber_command} -f progress --backtrace -r features/support -r features/step_definitions #{files} -t ~@disabled"
9
9
  end
10
10
 
11
11
  def self.test_files(dir)
@@ -8,7 +8,7 @@ unless defined?(Testbot)
8
8
  require 'railtie' if defined?(Rails)
9
9
 
10
10
  # Don't forget to update readme and changelog
11
- VERSION = "0.3.9.pre"
11
+ VERSION = "0.3.9"
12
12
 
13
13
  SERVER_PID = "/tmp/testbot_server.pid"
14
14
  RUNNER_PID = "/tmp/testbot_runner.pid"
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testbot
3
3
  version: !ruby/object:Gem::Version
4
- hash: 961916024
5
- prerelease: true
4
+ hash: 1
5
+ prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
9
  - 9
10
- - pre
11
- version: 0.3.9.pre
10
+ version: 0.3.9
12
11
  platform: ruby
13
12
  authors:
14
13
  - "Joakim Kolsj\xC3\xB6"
@@ -220,14 +219,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
220
219
  required_rubygems_version: !ruby/object:Gem::Requirement
221
220
  none: false
222
221
  requirements:
223
- - - ">"
222
+ - - ">="
224
223
  - !ruby/object:Gem::Version
225
- hash: 25
224
+ hash: 3
226
225
  segments:
227
- - 1
228
- - 3
229
- - 1
230
- version: 1.3.1
226
+ - 0
227
+ version: "0"
231
228
  requirements: []
232
229
 
233
230
  rubyforge_project: