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

Merge pull request #228 from nviennot/nobrainer_fix

Fix NoBrainer tests
This commit is contained in:
Gerry 2016-05-05 13:27:50 +10:00
commit a90f54c32f

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