Skip to content

Commit

Permalink
XNSE ifsc added
Browse files Browse the repository at this point in the history
  • Loading branch information
PriyankaMarbill committed Nov 8, 2024
1 parent 32def45 commit f55b85b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/ruby/bank_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
describe Razorpay::IFSC::Bank do
it 'should define the relevant constants' do
expect(described_class::PUNB).to eq :PUNB
expect(described_class::XNSE).to eq :XNSE
end

it 'should return details from the bank code' do
Expand All @@ -20,12 +19,6 @@
ach_debit: true,
nach_debit: true)
end
it 'should return details from the bank code' do
expect(described_class.get_details(:XNSE)).to eq(code: 'XNSE',
ifsc: '110024001',
bank_code: null,
)
end

it 'should match all constants defined in banknames.json' do
JSON.parse(File.read('src/banknames.json')).keys.each do |c|
Expand Down

0 comments on commit f55b85b

Please sign in to comment.