Skip to content

Commit

Permalink
Add deprecation message
Browse files Browse the repository at this point in the history
This has been deprecated for a *long* time.
  • Loading branch information
tjarratt committed Apr 28, 2014
1 parent b9acaaf commit cad37ff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
Savon::Spec [![Build Status](https://secure.travis-ci.org/rubiii/savon_spec.png)](http://travis-ci.org/rubiii/savon_spec)
===========

Savon testing library.
Savon v1 Rspec Helpers

Deprecated
==========

Starting in Savon v2, [spec helpers are included in Savon itself](http://savonrb.com/version2/testing.html). This gem is only helpful if you're using Savon v1. It is highly recommended to use Savon v2 with the `Savon::SpecHelper` module for new projects.


Installation
Expand Down

2 comments on commit cad37ff

@simi
Copy link

@simi simi commented on cad37ff Apr 29, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@tjarratt
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the inspiration! How's Savon 2 and the included test helpers working out for you?

Please sign in to comment.