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