Skip to content

Commit

Permalink
fix a couple of path problems
Browse files Browse the repository at this point in the history
  • Loading branch information
David Chelimsky committed Jan 23, 2010
1 parent a01fa67 commit 057d264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/generators/rspec.rb
@@ -1,4 +1,4 @@
require 'generators/named_base'
require 'rails/generators/named_base'

module Rspec
module Generators
Expand Down
2 changes: 1 addition & 1 deletion rspec-rails.gemspec
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
"VERSION",
"VERSION.yml",
"example_app_template.rb",
"lib/generators/rspec-rails.rb",
"lib/generators/rspec.rb",
"lib/generators/rspec/controller/controller_generator.rb",
"lib/generators/rspec/controller/templates/controller_spec.rb",
"lib/generators/rspec/controller/templates/view_spec.rb",
Expand Down

0 comments on commit 057d264

Please sign in to comment.