Skip to content

Commit

Permalink
fix improperly named context (standard vs subscription)
Browse files Browse the repository at this point in the history
  • Loading branch information
zapnap committed Jan 2, 2009
1 parent 2eb4a69 commit 90196c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/simplepay/services/test_standard.rb
@@ -1,11 +1,11 @@
require File.dirname(__FILE__) + '/../../test_helper'
require 'simplepay/services/subscription'

class Simplepay::Services::TestSubscription < Test::Unit::TestCase
class Simplepay::Services::TestStandard < Test::Unit::TestCase

def self.model_class; Simplepay::Services::Standard; end

context 'Simplepay::Services::Subscription' do
context 'Simplepay::Services::Standard' do

should_have_service_field :access_key,
:as => 'accessKey',
Expand Down Expand Up @@ -77,4 +77,4 @@ def self.model_class; Simplepay::Services::Standard; end

end

end
end

0 comments on commit 90196c8

Please sign in to comment.