xetorthio / shmock

Simple HTTP Mocking Library
MIT License
101 stars 20 forks source link

Remove should from shmock. #5

Closed tinchogob closed 10 years ago

tinchogob commented 10 years ago

When using shmock it requires should. This may cause some version incompatibility because it overwrites user's should if any.

For example when using should 4.0.4 and shmock, should is replaced with shmock's 1.2.2 version.

xetorthio commented 10 years ago

:+1: thanks so much!