spec/fakeweb_helper.rb in nodester-0.0.1 vs spec/fakeweb_helper.rb in nodester-0.0.2

- old
+ new

@@ -18,10 +18,11 @@ %r|http://arthur:dent@api.nodester.com/app/[a-zA-Z0-0]+| => 'get_app' }, # POST URLs :post => { 'http://nodester.com/coupon' => 'platform_post_coupon', - 'http://arthur:dent@api.nodester.com/app' => 'post_app' + 'http://arthur:dent@api.nodester.com/app' => 'post_app', + 'http://arthur:dent@api.nodester.com/npm' => 'post_npm' }, # PUT URLs :put => { }, # DELETE URLs