Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Make it a one-liner
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Aug 22, 2011
1 parent be52a98 commit dcabc8b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions generators/rspec/templates/rspec.rake
Expand Up @@ -24,9 +24,7 @@ rescue MissingSourceFile
module Spec
module Rake
class SpecTask
if defined?(::Rake::DSL)
include ::Rake::DSL
end
include ::Rake::DSL if defined?(::Rake::DSL)

def initialize(name)
task name do
Expand Down

0 comments on commit dcabc8b

Please sign in to comment.