wepay-rails 2.2.9 → 2.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +0,0 @@
1
- Rails.application.routes.draw do
2
- namespace :wepay do
3
- resources :ipn
4
- resources :authorize
5
- resources :checkout
6
- end
7
- end
@@ -1,7 +0,0 @@
1
- require 'helper'
2
-
3
- class TestWepayRails < Test::Unit::TestCase
4
- should "probably rename this file and start testing for real" do
5
- flunk "hey buddy, you should probably rename this file and start testing for real"
6
- end
7
- end