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:
parent
b24b459886
commit
e29b9cdefb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue