mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-04 00:02:03 -04:00
5 lines
109 B
Ruby
5 lines
109 B
Ruby
RSpec.describe Faraday do
|
|
it 'has a version number' do
|
|
expect(Faraday::VERSION).not_to be nil
|
|
end
|
|
end |