Sha256: babb46fec26bc1f7d9824ee05e3478d2ccf5f6b277f5923d54eb340fcf5a7cc8

Contents?: true

Size: 220 Bytes

Versions: 2

Compression:

Stored size: 220 Bytes

Contents

require "spec_helper"

describe "when displaying the command line" do
  it "should display the current position" do
    presenter = GitPresenter.new(["0", "1","2"])
    presenter.status_line.should eql "1/3 >"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
git_presenter-0.1.1 spec/integration/status_line_spec.rb
git_presenter-0.1.0 spec/integration/status_line_spec.rb