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 +4 -0
- data/README.markdown +1 -1
- data/lib/adapters/cucumber_adapter.rb +1 -1
- data/lib/testbot.rb +1 -1
- metadata +7 -10
data/CHANGELOG
CHANGED
data/README.markdown
CHANGED
@@ -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.
|
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; #{
|
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)
|
data/lib/testbot.rb
CHANGED
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:
|
5
|
-
prerelease:
|
4
|
+
hash: 1
|
5
|
+
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
9
|
- 9
|
10
|
-
|
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:
|
224
|
+
hash: 3
|
226
225
|
segments:
|
227
|
-
-
|
228
|
-
|
229
|
-
- 1
|
230
|
-
version: 1.3.1
|
226
|
+
- 0
|
227
|
+
version: "0"
|
231
228
|
requirements: []
|
232
229
|
|
233
230
|
rubyforge_project:
|