Project

General

Profile

« Previous | Next » 

Revision 6181dd98

Added by Eric Helms over 10 years ago

Fixes #4341: Adds a new organization taxonomy that is labeled empty.

View differences:

test/fixtures/taxonomies.yml
organization2:
name: "Organization 2"
type: "Organization"
empty_organization:
name: "Empty Organization"
type: "Organization"
test/test_helper.rb
end
end
# Remove previous test log to speed tests up
test_log = File.expand_path('../../log/test.log', __FILE__)
FileUtils.rm(test_log) if File.exists?(test_log)
Spork.prefork do
# Loading more in this block will cause your tests to run faster. However,
# if you change any configuration or code from libraries loaded here, you'll

Also available in: Unified diff