Sha256: fbb2870d90ff5bef54d3a7a6449c3a9436e0fab9c918d3a8eaecc3ea733b5075

Contents?: true

Size: 373 Bytes

Versions: 15

Compression:

Stored size: 373 Bytes

Contents

require File.join(File.expand_path(File.dirname(__FILE__)), "..", "spec_helper")

describe BillForward::Profile do
	before :all do
		@client = BillForwardTest::TEST_CLIENT
		BillForward::Client.default_client = @client
	end
	describe '::create' do
		it 'raises error' do
			expect{BillForward::APIConfiguration.create}.to raise_error(BillForward::DenyMethod)
		end
	end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
bill_forward-2.2016.241 spec/syntax/api_configuration_spec.rb
bill_forward-2.2016.227 spec/syntax/api_configuration_spec.rb
bill_forward-2.2016.222 spec/syntax/api_configuration_spec.rb
bill_forward-2.2016.209 spec/syntax/api_configuration_spec.rb
bill_forward-1.2016.117 spec/syntax/api_configuration_spec.rb
bill_forward-1.2016.101 spec/syntax/api_configuration_spec.rb
bill_forward-1.2016.26 spec/syntax/api_configuration_spec.rb
bill_forward-1.2015.321.1 spec/syntax/api_configuration_spec.rb
bill_forward-1.2015.321 spec/syntax/api_configuration_spec.rb
bill_forward-1.2015.299 spec/syntax/api_configuration_spec.rb
bill_forward-1.2015.217.1 spec/syntax/api_configuration_spec.rb
bill_forward-1.2015.217 spec/syntax/api_configuration_spec.rb
bill_forward-1.2015.186 spec/syntax/api_configuration_spec.rb
bill_forward-1.2015.183 spec/syntax/api_configuration_spec.rb
bill_forward-1.2014.296 spec/syntax/api_configuration_spec.rb