UNPKG

wnpc

Version:

This README outlines the details of collaborating on this Ember application.

12 lines (9 loc) 239 B
`import { test, moduleForModel } from 'ember-qunit'` moduleForModel 'movie', 'Movie', { # Specify the other units that are required for this test. needs: [] } test 'it exists', -> model = @subject() # store = @store() ok model