Remove more spork-specific things, remove unused cuc config from zeus

This commit is contained in:
Rohan Mitchell
2013-04-05 15:25:46 +11:00
parent ed7bded642
commit fa11ff8982
2 changed files with 1 additions and 3 deletions

View File

@@ -4,10 +4,9 @@ SimpleCov.start
require 'rubygems'
ENV["RAILS_ENV"] ||= 'test'
ENV["RAILS_ENV"] = 'test'
require File.expand_path("../../config/environment", __FILE__)
require 'rspec/rails'
require 'rspec/autorun'
require 'capybara'
require 'database_cleaner'

View File

@@ -13,7 +13,6 @@
"dbconsole": []
},
"test_environment": {
"cucumber_environment": {"cucumber": []},
"test_helper": {"test": ["rspec", "testrb"]}
}
}