We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d9b7a commit 043a739Copy full SHA for 043a739
.travis.yml
@@ -17,4 +17,4 @@ matrix:
17
- rvm: ruby-head
18
- rvm: jruby-head
19
- rvm: 1.9.3
20
-script: "bundle exec rake compile && bundle exec rspec --color --backtrace --seed 1 --format documentation ./spec"
+script: "bundle exec rake compile && bundle exec rspec --color --backtrace --tag ~unfinished --seed 1 --format documentation ./spec"
spec/spec_helper.rb
@@ -28,6 +28,7 @@
28
29
RSpec.configure do |config|
30
config.order = 'random'
31
+ config.treat_symbols_as_metadata_keys_with_true_values = true
32
33
config.before(:each) do
34
#TODO: Better configuration management in individual test suites
0 commit comments