factor/extra/webapps/mason/report/report-tests.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