Sha256: a351d7dc5e0afae79332f44efb5a5971d4b219599d91c1374fa42a7c5f9695c6

Contents?: true

Size: 230 Bytes

Versions: 3

Compression:

Stored size: 230 Bytes

Contents

require 'spec_helper'

describe Tarquinn::Builder do
  describe '#build' do
    let(:controller) do
      double('controller')
    end

    it do
      expect(subject.build(controller)).to be_a(Tarquinn::Engine)
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tarquinn-0.2.0 spec/lib/tarquinn/builder_spec.rb
tarquinn-0.1.0 spec/lib/tarquinn/builder_spec.rb
tarquinn-0.0.2 spec/lib/tarquinn/builder_spec.rb