Sha256: a05a35311359f2a0ade8d8b09fbf192a8228f21ca34530e9c4a6b123eebb985c

Contents?: true

Size: 256 Bytes

Versions: 8

Compression:

Stored size: 256 Bytes

Contents

$:.unshift(File.dirname(File.expand_path(__FILE__)))
require 'test_helper.rb'
require 'cap_ext_webistrano/project'

class ProjectTestCase < Test::Unit::TestCase
  should "set the base url for project" do
    Project.site = "http://localhots:3000"
  end
end

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
chrismetcalf-cap-ext-webistrano-0.1.2 test/project_shoulda.rb
mattmatt-cap-ext-webistrano-0.0.3 test/project_shoulda.rb
mattmatt-cap-ext-webistrano-0.0.4 test/project_shoulda.rb
mattmatt-cap-ext-webistrano-0.1.0 test/project_shoulda.rb
mattmatt-cap-ext-webistrano-0.1.1 test/project_shoulda.rb
mattmatt-cap-ext-webistrano-0.1.2 test/project_shoulda.rb
mattmatt-cap-ext-webistrano-0.1.4 test/project_shoulda.rb
cap-ext-webistrano-0.1.4 test/project_shoulda.rb