tddium-preview 0.6.1 → 0.6.2

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tddium-preview (0.6.0)
4
+ tddium-preview (0.6.1)
5
5
  bundler
6
6
  highline
7
7
  json
@@ -3,5 +3,5 @@ Copyright (c) 2011 Solano Labs All Rights Reserved
3
3
  =end
4
4
 
5
5
  module TddiumVersion
6
- VERSION = "0.6.1"
6
+ VERSION = "0.6.2"
7
7
  end
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 => Default::TEST_PATTERN
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.1
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-15 00:00:00 -07:00
13
+ date: 2011-06-16 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency