Skip to content
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

Merged
merged 3 commits into from
Jan 5, 2017
Merged

implement Expecto Support #128

merged 3 commits into from
Jan 5, 2017

Conversation

fbehrens
Copy link
Contributor

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.

@fbehrens fbehrens mentioned this pull request Dec 12, 2016
@@ -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"))

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?

@fbehrens
Copy link
Contributor Author

@neoeinstein Yes I did mean yield Expecto, and fixed that. Thanks

@haf
Copy link

haf commented Dec 19, 2016

Super, looking good!

@stephen-swensen
Copy link
Contributor

Thanks for the PR! I'll try to get this reviewed, merged, and released ASAP.

@stephen-swensen stephen-swensen merged commit aa2b810 into SwensenSoftware:master Jan 5, 2017
@stephen-swensen stephen-swensen added this to the 3.2.0 milestone Jan 5, 2017
@stephen-swensen
Copy link
Contributor

stephen-swensen commented Jan 5, 2017

Looks great! Merged into master and put in 3.2.0 milestone... gonna try to get this out in next couple days.

@stephen-swensen
Copy link
Contributor

FYI - this is released with version 3.2.0 on NuGet now (no foolin'!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants