Advertisement
Guest User

Specflow configuration

a guest
Sep 1st, 2011
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.36 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3.   <configSections>
  4.     <section name="specFlow"
  5.    type="TechTalk.SpecFlow.Configuration.ConfigurationSectionHandler, TechTalk.SpecFlow"/>
  6.   </configSections>
  7.   <specFlow>
  8.     <stepAssemblies>
  9.       <stepAssembly assembly="ABZ.OfficeAddInTestLogic" />
  10.     </stepAssemblies>
  11.   </specFlow>
  12. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement