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 / Rakefile
100644 12 lines (10 sloc) 0.472 kb
1
2
3
4
5
6
7
8
9
10
11
12
require 'echoe'
 
Echoe.new('rails-test-serving', '0.1.4.2') do |p|
  p.description = "Makes unit tests of a Rails application run instantly"
  p.url = "https://github.com/Roman2K/rails-test-serving"
  p.author = "Roman Le NĂ©grate"
  p.email = "roman.lenegrate@gmail.com"
  p.ignore_pattern = "*.gemspec"
  p.development_dependencies = []
  p.rdoc_options = %w(--main README.mdown --inline-source --line-numbers --charset UTF-8)
end