Sha256: 1d0a244b198a0927bbff72e0038a1d6161d1f50bb4ff2735432b91ee28e709ac

Contents?: true

Size: 261 Bytes

Versions: 6

Compression:

Stored size: 261 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
      builder.build.should be_an Arrthorizer::Context
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
arrthorizer-0.1.3 spec/context_builder/build_spec.rb
arrthorizer-0.1.2 spec/context_builder/build_spec.rb
arrthorizer-0.1.1 spec/context_builder/build_spec.rb
arrthorizer-0.1.0 spec/context_builder/build_spec.rb
arrthorizer-0.1.0.pre2 spec/context_builder/build_spec.rb
arrthorizer-0.1.0.pre spec/context_builder/build_spec.rb