Skip to content

Instantly share code, notes, and snippets.

@laribee
Created September 10, 2008 20:55
Show Gist options
  • Select an option

  • Save laribee/10065 to your computer and use it in GitHub Desktop.

Select an option

Save laribee/10065 to your computer and use it in GitHub Desktop.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Machine.Specifications.FailingExample
{
[Concern("Scott Bellware")]
public class at_any_given_moment
{
It will_fail = ()=>
{
throw new Exception("hi scott, love you, miss you.");
};
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment