require 'rubygems' require 'spork' # uncomment the following line to use spork with the debugger # require 'spork/ext/ruby-debug' Spork.prefork do # This file is copied to spec/ when you run 'rails generate rspec:install' ENV["RAILS_ENV"] ||= 'test' require File.expand_path("../../config/environment", __FILE__) require 'rspec/rails' #require 'rspec/autorun' #require 'capybara/rails' require 'capyb
