summaryrefslogtreecommitdiffstats
path: root/test/object_helpers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/object_helpers.rb')
-rw-r--r--test/object_helpers.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/object_helpers.rb b/test/object_helpers.rb
index eb2c87e67..7be05606f 100644
--- a/test/object_helpers.rb
+++ b/test/object_helpers.rb
@@ -87,14 +87,6 @@ module ObjectHelpers
source
end
- # Generate the default Query
- def Query.generate_default!(attributes={})
- query = Query.new(attributes)
- query.name = '_' if query.name.blank?
- query.save!
- query
- end
-
# Generate an issue for a project, using it's trackers
def Issue.generate_for_project!(project, attributes={})
issue = Issue.new(attributes) do |issue|