summaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2014-11-30 14:31:53 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2014-11-30 14:31:53 +0000
commitf04148695a4a2de305945b00433aa1462d5c901c (patch)
tree7825bbb4f40e1b5d24bcd84d478fa70d7bb9f22d /test/test_helper.rb
parent372b24627b70d43402d7e54dfb370bcdfe0ec8ba (diff)
downloadredmine-f04148695a4a2de305945b00433aa1462d5c901c.tar.gz
redmine-f04148695a4a2de305945b00433aa1462d5c901c.zip
Drop shoulda.
git-svn-id: http://svn.redmine.org/redmine/trunk@13676 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index c66fd60f5..b374a1422 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -15,7 +15,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-#require 'shoulda'
ENV["RAILS_ENV"] = "test"
require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
require 'rails/test_help'
@@ -34,9 +33,6 @@ end
class ActiveSupport::TestCase
include ActionDispatch::TestProcess
- include Shoulda::Context::Assertions
- include Shoulda::Context::InstanceMethods
- extend Shoulda::Context::ClassMethods
self.use_transactional_fixtures = true
self.use_instantiated_fixtures = false