Sha256: f2415e400e792ed07005e25f31806b63cd0a1248d455418f8f7128660f7c0e4b

Contents?: true

Size: 274 Bytes

Versions: 27

Compression:

Stored size: 274 Bytes

Contents

require File.dirname(__FILE__) + '/helper'

class TestRemote < Test::Unit::TestCase
  def setup
    @r = Repo.new(GRIT_REPO)
  end

  # inspect

  def test_inspect
    remote = @r.remotes.first
    assert_equal %Q{#<Grit::Remote "#{remote.name}">}, remote.inspect
  end
end

Version data entries

27 entries across 27 versions & 10 rubygems

Version Path
boof-grit-1.1.2 test/test_remote.rb
davetron5000-grit-1.1.2 test/test_remote.rb
davetron5000-grit-1.1.3 test/test_remote.rb
joelmoss-grit-1.1.4 test/test_remote.rb
joelmoss-grit-1.1.5 test/test_remote.rb
joelmoss-grit-1.1.6 test/test_remote.rb
mojombo-grit-0.9.3 test/test_remote.rb
mojombo-grit-0.9.4 test/test_remote.rb
pjhyett-grit-0.9.11 test/test_remote.rb
pjhyett-grit-0.9.12 test/test_remote.rb
schacon-grit-0.9.1 test/test_remote.rb
schacon-grit-0.9.3 test/test_remote.rb
schacon-grit-0.9.4 test/test_remote.rb
square-circle-triangle-grit-1.1.3 test/test_remote.rb
square-circle-triangle-grit-1.1.4 test/test_remote.rb
madrox-0.2.0 vendor/grit/test/test_remote.rb
madrox-0.1.1 vendor/grit/test/test_remote.rb
madrox-0.1.0 vendor/grit/test/test_remote.rb
ginst-2009.12.8 vendor/plugins/grit/test/test_remote.rb
ginst-2009.11.24 vendor/plugins/grit/test/test_remote.rb