mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-07 00:11:11 -04:00
8 lines
141 B
Ruby
8 lines
141 B
Ruby
# frozen_string_literal: true
|
|
|
|
RSpec.describe Faraday do
|
|
it 'has a version number' do
|
|
expect(Faraday::VERSION).not_to be nil
|
|
end
|
|
end
|