Sha256: 945b0f87a0d0c5cd2b4561dd2a0ed264a4ee900fb2e4e4b740dbc504e7e204a3

Contents?: true

Size: 312 Bytes

Versions: 6

Compression:

Stored size: 312 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/spec_helper')

describe "PagseguroCatcher" do
  it "yields the configuration" do
    PagseguroCatcher.configure do |config|
      config.should respond_to :token
      config.should respond_to :email
      config.should respond_to :url
    end
  end
  
  
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pagseguro_catcher-0.1.3 spec/pagseguro_catcher_spec.rb
pagseguro_catcher-0.1.2 spec/pagseguro_catcher_spec.rb
pagseguro_catcher-0.1.1 spec/pagseguro_catcher_spec.rb
pagseguro_catcher-0.1.0 spec/pagseguro_catcher_spec.rb
pagseguro_catcher-0.0.4 spec/pagseguro_catcher_spec.rb
pagseguro_catcher-0.0.3 spec/pagseguro_catcher_spec.rb