notahat / machinist

Fixtures aren't fun. Machinist is.
MIT License
1.12k stars 134 forks source link

1.0 maintenance #72

Closed nathansobo closed 9 years ago

nathansobo commented 13 years ago

When I attempted to use the Sequel adaptor on Ruby 1.9.2 and Rails 3, I got some deprecation warnings about the use of returning in this one spot. I switched it to Object#tap, which I believe has been back-ported to 1.8.7. Is machinist 2 ready enough for me to use it instead? Thanks!