faraday/spec/faraday_spec.rb
2019-02-25 22:53:32 +01:00

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