diff options
Diffstat (limited to 'spec/spec_helper.rb')
| -rw-r--r-- | spec/spec_helper.rb | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 9fdca585e..78438701a 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -65,8 +65,7 @@ RSpec.configure do |config|    # :meta tests can be run seperately in case of doubt about the tests themselves    # they serve mainly as an explanataion of complicated tests (as e.g. PG information_schema introspection)    config.filter_run_excluding meta: true -  config.filter_run_excluding truncation: true -  config.filter_run           wip: true +  config.filter_run_excluding wip: true    config.run_all_when_everything_filtered = true    config.include TokenInputHelper, type: :feature | 
