public
Description: Makes unit tests of a Rails application run instantly
Homepage: http://roman.flucti.com/a-test-server-for-rails-applications
Clone URL: git://github.com/Roman2K/rails-test-serving.git
rsanheim (author)
Mon Apr 20 12:43:48 -0700 2009
Roman2K (committer)
Mon Apr 20 13:23:46 -0700 2009
commit  ca5f7c0d0fd78b9ffbbf004fc7fe02c7038421dc
tree    eb4b6d3c4524da59bec395ae699e23ba1a6a86f9
parent  07143f3d2da164d71b75092def264a8ee858a91a
rails-test-serving / Manifest
100644 19 lines (18 sloc) 0.557 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
lib/rails_test_serving/bootstrap.rb
lib/rails_test_serving/cleaner.rb
lib/rails_test_serving/client.rb
lib/rails_test_serving/constant_management.rb
lib/rails_test_serving/server.rb
lib/rails_test_serving/utilities.rb
lib/rails_test_serving.rb
LICENSE
Manifest
Rakefile
README.mdown
test/rails_test_serving/bootstrap_test.rb
test/rails_test_serving/cleaner_test.rb
test/rails_test_serving/client_test.rb
test/rails_test_serving/constant_management_test.rb
test/rails_test_serving/server_test.rb
test/rails_test_serving/utilities_test.rb
test/test_helper.rb