Skip to content

Commit

Permalink
Introduced new feature to isolate a service under test from its colla…
Browse files Browse the repository at this point in the history
…borating services and applications in order to control the possible sources of variance and promote the discovery and use of stable public interfaces.
  • Loading branch information
Stuart Blair committed Feb 17, 2012
1 parent 5c206ae commit ffd7192
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions features/host_a_spring_mvc_web_application.feature
Expand Up @@ -18,8 +18,3 @@ Given I host a spring mvc application with context location of "WEB-INF/mvc-disp
When I POST a body to /person/echo containing JSON data: {"name":"Jack Jarvis","address":"15 Osprey Heights"}
Then I receive a response containing JSON data: {"name":"Jack Jarvis","address":"15 Osprey Heights"}

Scenario: Provide access to spring beans
Given I host a spring mvc application with context location of "WEB-INF/mvc-dispatcher-servlet.xml"
And the application contains a spring bean with the id "helloController"
When I request the bean "helloController"
Then I receive a non-nil object from my application context

0 comments on commit ffd7192

Please sign in to comment.