Sha256: 9ec4054f14a25efa1ae47224ca1a76dd88ad412fbb17e8818971d2638b69a752

Contents?: true

Size: 157 Bytes

Versions: 7

Compression:

Stored size: 157 Bytes

Contents

# frozen_string_literal: true

RSpec.describe JsonPathBuilder do
  it "has a version number" do
    expect(JsonPathBuilder::VERSION).not_to be_nil
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
json-path-builder-0.1.7 spec/json_path_builder_spec.rb
json-path-builder-0.1.5 spec/json_path_builder_spec.rb
json-path-builder-0.1.4 spec/json_path_builder_spec.rb
json-path-builder-0.1.3 spec/json_path_builder_spec.rb
json-path-builder-0.1.2 spec/json_path_builder_spec.rb
json-path-builder-0.1.1 spec/json_path_builder_spec.rb
json-path-builder-0.1.0 spec/json_path_builder_spec.rb