tddium-preview 0.6.1 → 0.6.2
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/Gemfile.lock +1 -1
- data/lib/tddium/version.rb +1 -1
- data/lib/tddium.rb +1 -1
- metadata +2 -2
data/Gemfile.lock
CHANGED
data/lib/tddium/version.rb
CHANGED
data/lib/tddium.rb
CHANGED
|
@@ -156,7 +156,7 @@ class Tddium < Thor
|
|
|
156
156
|
method_option :environment, :type => :string, :default => nil
|
|
157
157
|
method_option :user_data_file, :type => :string, :default => nil
|
|
158
158
|
method_option :max_parallelism, :type => :numeric, :default => nil
|
|
159
|
-
method_option :test_pattern, :type => :string, :default =>
|
|
159
|
+
method_option :test_pattern, :type => :string, :default => nil
|
|
160
160
|
def spec
|
|
161
161
|
set_default_environment(options[:environment])
|
|
162
162
|
exit_failure unless git_repo? && tddium_settings && suite_for_current_branch?
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: tddium-preview
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.6.
|
|
5
|
+
version: 0.6.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Solano Labs
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-06-
|
|
13
|
+
date: 2011-06-16 00:00:00 -07:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|