DEBSOURCES
Skip Quicknav
sources / ruby-faraday-typhoeus / 1.1.0-2 / spec / faraday / typhoeus_spec.rb
1234567
# frozen_string_literal: true RSpec.describe Faraday::Typhoeus do it 'has a version number' do expect(Faraday::Typhoeus::VERSION).to be_a(String) end end