Skip to content

Commit

Permalink
Allow focused test but NOT when run via CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Wright-Kuhns committed Nov 16, 2020
1 parent 8ed6378 commit a2f9adf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -7,3 +7,6 @@ cache: bundler
rvm:
- 2.4.1
- 2.6.5
env:
global:
- RUN_ALL_TESTS=true
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Expand Up @@ -18,6 +18,7 @@
config.tty = true
config.color = true
config.example_status_persistence_file_path = '.rspec-status'
config.filter_run_including :focus => true unless ENV['RUN_ALL_TESTS']
end

module OEmbedSpecHelper
Expand Down

0 comments on commit a2f9adf

Please sign in to comment.