Skip to content

Commit 043a739

Browse files
committed
Travis will ignore all specs tagged with :unfinished.
1 parent 28d9b7a commit 043a739

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ matrix:
1717
- rvm: ruby-head
1818
- rvm: jruby-head
1919
- rvm: 1.9.3
20-
script: "bundle exec rake compile && bundle exec rspec --color --backtrace --seed 1 --format documentation ./spec"
20+
script: "bundle exec rake compile && bundle exec rspec --color --backtrace --tag ~unfinished --seed 1 --format documentation ./spec"

spec/spec_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
RSpec.configure do |config|
3030
config.order = 'random'
31+
config.treat_symbols_as_metadata_keys_with_true_values = true
3132

3233
config.before(:each) do
3334
#TODO: Better configuration management in individual test suites

0 commit comments

Comments
 (0)