Skip to content

Commit

Permalink
Don't need testing task if we require refinery-settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugisozols committed Mar 1, 2012
1 parent 448dd2a commit 0e458d2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ Refinery::Testing::Railtie.load_tasks
Refinery::Testing::Railtie.load_dummy_tasks(ENGINE_PATH)

load File.expand_path('../tasks/rspec.rake', __FILE__)
load File.expand_path('../tasks/testing.rake', __FILE__)
1 change: 1 addition & 0 deletions lib/refinery/news.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'refinerycms-core'
require 'refinerycms-settings'

module Refinery
autoload :NewsGenerator, 'generators/refinery/news_generator'
Expand Down
9 changes: 0 additions & 9 deletions tasks/testing.rake

This file was deleted.

0 comments on commit 0e458d2

Please sign in to comment.