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:
commit
a90f54c32f
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