-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement Expecto Support #128
Conversation
@@ -82,13 +83,19 @@ module Internal = | |||
//issue in vs 2010: http://stackoverflow.com/questions/2024036/strange-fsi-exe-behavior | |||
if assemblies |> Seq.exists (fun a -> a.GetName().Name = "Fuchu") then | |||
yield Fuchu (Type.GetType("Fuchu.AssertException, Fuchu")) | |||
elif assemblies |> Seq.exists (fun a -> a.GetName().Name = "Expecto") then | |||
yield Fuchu (Type.GetType("Expecto.AssertException, Expecto")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean yield Expecto
here?
@neoeinstein Yes I did mean |
Super, looking good! |
Thanks for the PR! I'll try to get this reviewed, merged, and released ASAP. |
Looks great! Merged into master and put in 3.2.0 milestone... gonna try to get this out in next couple days. |
FYI - this is released with version 3.2.0 on NuGet now (no foolin'!) |
I am not exactly sure, if this is all correct, but it works for me.
I was wondering about, that the VerifyExpectoProject was not really failing without the implementation.