Sha256: f61aaa9737c239d646e5c00bf580e8bfa0c1669e58f176ad50140b2a0413ad20

Contents?: true

Size: 305 Bytes

Versions: 6

Compression:

Stored size: 305 Bytes

Contents

# frozen_string_literal: true

require "spec_helpers"

describe Wayfarer do
  describe "::VERSION" do
    it("is present") { expect(defined? Wayfarer::VERSION).not_to be nil }
  end

  describe "::config" do
    it("returns a config") { expect(Wayfarer.config).to be_a(Wayfarer::Config::Root) }
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
wayfarer-0.4.6 spec/wayfarer_spec.rb
wayfarer-0.4.5 spec/wayfarer_spec.rb
wayfarer-0.4.4 spec/wayfarer_spec.rb
wayfarer-0.4.3 spec/wayfarer_spec.rb
wayfarer-0.4.2 spec/wayfarer_spec.rb
wayfarer-0.4.1 spec/wayfarer_spec.rb