Sha256: dc935e59c321691933e7260481d17d0e40c0b2e5c9a9ff26159176d4083159fb

Contents?: true

Size: 185 Bytes

Versions: 6

Compression:

Stored size: 185 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/spec_helper')

describe "WebMock version" do
  it "should report version" do
    WebMock.version.should == WebMock::VERSION
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
webmock-1.7.5 spec/webmock_spec.rb
webmock-1.7.4 spec/webmock_spec.rb
webmock-1.7.3 spec/webmock_spec.rb
webmock-1.7.2 spec/webmock_spec.rb
webmock-1.7.1 spec/webmock_spec.rb
webmock-1.7.0 spec/webmock_spec.rb