Skip to content
Snippets Groups Projects
Commit 2ee3e96f authored by Utkarsh Gupta's avatar Utkarsh Gupta
Browse files

Merge branch 'reenable_tests' into 'master'

Reenable tests with a workaround

See merge request !1
parents f8659df6 5d9c0526
No related branches found
1 merge request!1Reenable tests with a workaround
Pipeline #107087 passed
......@@ -7,6 +7,11 @@ TABLET_FILE = 'lib/mobile-fu/tablet.rb'
task :default => [:test]
# Rails backtrace cleaner breaks minitest warning code added in 5.12.0, because
# it doesn't check for the case where backtrace cleaning completely leaves an
# empty backtrace. Force no backtrace cleaning to workaround that.
ENV["BACKTRACE"] = "true"
Rake::TestTask.new do |t|
t.libs.push 'lib'
t.test_files = FileList['spec/*_spec.rb', 'spec/mobile-fu/*_spec.rb']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment