Sha256: 598989dbd1791282796936d1f686e623ae9190c06d49377bbf3464ff05c92aa2

Contents?: true

Size: 264 Bytes

Versions: 4

Compression:

Stored size: 264 Bytes

Contents

# coding: utf-8
require "spec_helper"

describe Abak::Flow::Git do
  subject { described_class.clone.instance }

  describe "Interface" do
    it { should respond_to :git }
    it { should respond_to :command }
    it { should respond_to :command_lines }
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
abak-flow-1.0.3 spec/abak-flow/git_spec.rb
abak-flow-1.0.2 spec/abak-flow/git_spec.rb
abak-flow-1.0.1 spec/abak-flow/git_spec.rb
abak-flow-1.0.0 spec/abak-flow/git_spec.rb