Skip to content

Instantly share code, notes, and snippets.

@DavidSSL
Created September 21, 2012 19:52
Show Gist options
  • Save DavidSSL/3763522 to your computer and use it in GitHub Desktop.
Save DavidSSL/3763522 to your computer and use it in GitHub Desktop.
using Machine.Specifications;
namespace MSpecMvcApplication.Tests.Controllers
{
[Subject("Home Page")]
public class when_the_home_page_is_requested
{
It should_return_the_home_page;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment