I tweet at @cavneb @coderberry I blog at coderberry.me I commit to github.com/cavneb I work for Instructure I run the EmberSLC meetup My cat can eat a whole watermelon Eric Berry
Scenario 1: A list of posts should be filterable by title Given there are 3 posts When I visit ‘/posts’ And enter filter text which matches 1 post Then I should see 1 post
Scenario 1: A list of posts should be filterable by title Given there are 3 posts When I visit ‘/posts’ And enter filter text which matches 1 post Then I should see 1 post
moduleFor(fullName [, description [, callbacks]]) The description of the module description The full name of the unit (ie. controller:application or route:index) fullName Normal QUnit callbacks (setup, teardown), width addition of needs callbacks
The description of the module description The short name of the component (ie. x-foo or ic-tabs) name Normal QUnit callbacks (setup, teardown), width addition of needs callbacks moduleForComponent(name [, description [, callbacks]])
The description of the module description The short name of the model you’d use in `store` operations (ie. user or assignmentGroup) name Normal QUnit callbacks (setup, teardown), width addition of needs callbacks moduleForModel(name [, description [, callbacks]])
I tweet at @coderberry I blog at coderberry.me I commit to github.com/cavneb I work for Instructure I run the EmberSLC meetup I actually don’t even have a cat Questions?