Sha256: 2e8e44379882e684b607c5d3653b6ada24c08e35eaacb829821e1fc4c6280575
Contents?: true
Size: 504 Bytes
Versions: 1
Compression:
Stored size: 504 Bytes
Contents
Feature: Impartials raise errors As a developer I want descriptive errors when things go wrong So that I dont go completely insane Scenario: An impartial controller is missing Given a missing impartial controller named "Waldo" When I try to render the impartial Then I should get a class not found exception Scenario: An impartial is missing it's template Given an impartial named "Waldo" And it's missing it's template Then I should get a template missing exception
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
impartial-0.0.1 | features/handles_errors.feature |