Sha256: 139e3c6a8c1335f2e319ed4c933d7e3514867e7c1d3268d41c17d6381ce19590

Contents?: true

Size: 265 Bytes

Versions: 7

Compression:

Stored size: 265 Bytes

Contents

require "spec_helper"

describe Arrthorizer::ContextBuilder do
  let(:builder) { Arrthorizer::ContextBuilder.new do end }

  describe :build do
    it "returns an Arrthorizer::Context" do
      expect(builder.build).to be_an Arrthorizer::Context
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
arrthorizer-0.4.2 spec/context_builder/build_spec.rb
arrthorizer-0.4.1 spec/context_builder/build_spec.rb
arrthorizer-0.3.2 spec/context_builder/build_spec.rb
arrthorizer-0.3.1 spec/context_builder/build_spec.rb
arrthorizer-0.3.0 spec/context_builder/build_spec.rb
arrthorizer-0.2.1 spec/context_builder/build_spec.rb
arrthorizer-0.2.0 spec/context_builder/build_spec.rb