1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00

Fix NoBrainer tests

This commit is contained in:
Nicolas Viennot 2016-05-04 13:03:28 -04:00
parent b24b459886
commit e29b9cdefb

View file

@ -4,7 +4,7 @@ RSpec.describe "AwesomePrint/NoBrainer", skip: ->{ !ExtVerifier.has_nobrainer? }
if ExtVerifier.has_nobrainer?
before :all do
NoBrainer.configure
NoBrainer.configure { |c| c.app_name = "ap_test" }
end
before :all do