Skip to content

Commit

Permalink
Merge from master
Browse files Browse the repository at this point in the history
  • Loading branch information
staticage committed Jun 14, 2013
1 parent c723879 commit f022e7d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Radish.UnitTests/HttpServerTests.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
using NUnit.Framework;

namespace Radish.UnitTests
{
public class HttpServerTests
{
[Test]
public void MappingTest()
{
var server = new HttpServer();
server.When(request => request.Uri.Is("home/index"));
// .Then(response => response.File("c:\\test.html").Header("Accept", "text/html"));
}
}
}
Binary file modified Radish.v11.suo
Binary file not shown.
Binary file modified _NCrunch_Radish/Radish.crunchsolution.cache
Binary file not shown.

0 comments on commit f022e7d

Please sign in to comment.