wepay-rails 2.2.9 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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