summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2016-07-08 13:02:55 -0700
committerElmer Thomas <elmer@thinkingserious.com>2016-07-08 13:02:55 -0700
commit9a8e46d31cc5e94c59f8c38aaff07bc5008f3d94 (patch)
treed05efac4279c9ab240e85d3ed61800083aa47f53
parent530f4dfbba364748cad636602d28485a5ff4dff4 (diff)
downloadsendgrid-csharp-origin/prism.zip
sendgrid-csharp-origin/prism.tar.gz
sendgrid-csharp-origin/prism.tar.bz2
Updating test execution instructionsorigin/prism
-rw-r--r--CONTRIBUTING.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ee4c4ac..9693f9e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -74,7 +74,7 @@ We welcome direct contributions to the sendgrid-csharp code base. Thank you!
git clone https://github.com/sendgrid/sendgrid-csharp.git
```
-Open `sendgrid-csharp/SendGrid/SendGrid.sln`
+- Open `sendgrid-csharp/SendGrid/SendGrid.sln`
## Environment Variables
@@ -116,7 +116,9 @@ All test files are in the [`UnitTest`](https://github.com/sendgrid/sendgrid-csha
For the purposes of contributing to this repo, please update the [`UnitTest.cs`](https://github.com/sendgrid/sendgrid-csharp/tree/v3beta/test/SendGrid/UnitTest/UnitTest.cs) file with unit tests as you modify the code.
-<!--- describe how to run the tests --->
+Downloaded [Prism](https://github.com/stoplightio/prism/releases) and rename the executable to be prism.exe and place the renamed executable in your PATH.
+
+When you run the tests for the first time, you will need to allow Prism.exe to run, but you don't need to allow outside connections.
<a name="style_guidelines_and_naming_conventions"></a>
## Style Guidelines & Naming Conventions