Skip to content

Commit

Permalink
[#3506] Bye-bye specs
Browse files Browse the repository at this point in the history
  • Loading branch information
edavis10 committed Feb 27, 2010
1 parent fddf19c commit 43bf8c6
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 1,025 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -5,8 +5,8 @@ Dir[File.expand_path(File.dirname(__FILE__)) + "/lib/tasks/**/*.rake"].sort.each

RedminePluginSupport::Base.setup do |plugin|
plugin.project_name = 'timesheet_plugin'
plugin.default_task = [:spec]
plugin.tasks = [:doc, :release, :clean, :spec, :stats, :test, :db]
plugin.default_task = [:test]
plugin.tasks = [:doc, :release, :clean, :stats, :test, :db]
# TODO: gem not getting this automaticly
plugin.redmine_root = File.expand_path(File.dirname(__FILE__) + '/../../../')
end
Expand Down
Empty file removed spec/controllers/empty
Empty file.
272 changes: 0 additions & 272 deletions spec/controllers/timesheet_controller_spec.rb

This file was deleted.

Empty file removed spec/models/empty
Empty file.

0 comments on commit 43bf8c6

Please sign in to comment.