Added copyright notice and changelog entry

pull/402/head
Sebastian Schuster 11 years ago
parent 3cd1cc7def
commit 45027972d9
  1. 1
      doc/CHANGELOG.md
  2. 11
      features/step_definitions/my_page_steps.rb

@ -5,6 +5,7 @@
* `#1789` Move validation to Work Package
* `#1800` Add settings to change software name and URL and add additional footer content
* `#1808` Add option to log user for each request
* `#1875` Added test steps to reuse steps for my page, my project page, and documents
* `#1876` Timelines do not show work packages when there is no status reporting
* `#1896` Moved visibility-tests for issues into specs for workpackages

@ -1,3 +1,14 @@
#-- copyright
# OpenProject is a project management system.
#
# Copyright (C) 2012-2013 the OpenProject Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License version 3.
#
# See doc/COPYRIGHT.rdoc for more details.
#++
Then /^the "(.+)" widget should be in the top block$/ do |widget_name|
steps %{Then I should see "#{widget_name}" within "#list-top"}
end

Loading…
Cancel
Save