Testing a live JSON API with ruby and RSpec
Since I never found a short, concise way to test my APIs from the outside (e.g. monitor running instances), via HTTP, I created this little gem: rspec_api_test. Testing one URL per line.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Since I never found a short, concise way to test my APIs from the outside (e.g. monitor running instances), via HTTP, I created this little gem: rspec_api_test. Testing one URL per line.
Post a comment