Skip to content

Commit

Permalink
add reading from embedded resource spec !!! TESTS FAILING !!!
Browse files Browse the repository at this point in the history
  • Loading branch information
dncsvr committed Oct 14, 2024
1 parent fe5bc55 commit a09f7df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an embedded resource content
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
namespace Baked.Test.Resource;

class ReadingFromEmbeddedResource : TestServiceSpec
{
[Test]
public void Contents_of_an_embedded_resource_can_be_read() => this.ShouldFail();
}

0 comments on commit a09f7df

Please sign in to comment.