We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: A simple application written in merb to help you manage ad serving across multiple sites
Clone URL: git://github.com/kneath/greed.git
greed / spec / controllers / server_spec.rb
100644 7 lines (4 sloc) 0.142 kb
1
2
3
4
5
6
7
require File.join(File.dirname(__FILE__), "..", 'spec_helper.rb')
 
describe Server do
 
  it "should serve an ad for an active campaign"
  
end