8 lines
190 B
Factor
8 lines
190 B
Factor
|
USING: accessors stack-checker tools.test webapps.mason.report ;
|
||
|
IN: webapps.mason.report.tests
|
||
|
|
||
|
! <build-report-action>
|
||
|
{ ( -- x ) } [
|
||
|
<build-report-action> display>> infer
|
||
|
] unit-test
|