radar / rboard

A fully featured forum system compatible with Rails 2.3

rboard / script / spec_server
100755 10 lines (7 sloc) 0.292 kb
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env ruby
gem 'test-unit', '1.2.3' if RUBY_VERSION.to_f >= 1.9
 
puts "Loading Rails environment"
ENV["RAILS_ENV"] ||= 'test'
require File.expand_path(File.dirname(__FILE__) + "/../config/environment") unless defined?(RAILS_ROOT)
 
require 'optparse'
require 'spec/rails/spec_server'