File: excon_spec.rb

package info (click to toggle)
ruby-excon 0.112.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,232 kB
  • sloc: ruby: 7,855; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
require 'spec_helper'

describe Excon do
  it 'has a version number' do
    expect(Excon::VERSION).not_to be nil
  end
end