Skip to content

Commit

Permalink
Fixed error 'Autotest style autotest/cucumber_merb_rspec doesn't seem…
Browse files Browse the repository at this point in the history
… to exist. Aborting.' when running autospec.
  • Loading branch information
ngty committed Nov 5, 2008
1 parent 5b63e86 commit 22cfb84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -5,7 +5,7 @@ require 'merb-core'
require 'merb-core/tasks/merb'

GEM_NAME = "merb_cucumber"
GEM_VERSION = "0.2.2"
GEM_VERSION = "0.2.2.1"
AUTHOR = ["Roman Gonzalez", "David Leal"]
EMAIL = ["romanandreg@gmail.com", "dgleal@gmail.com"]
HOMEPAGE = "http://github.com/david/merb_cucumber"
Expand Down
1 change: 1 addition & 0 deletions lib/generators/cucumber.rb
Expand Up @@ -15,6 +15,7 @@ def self.source_root

template(:env) { |t| t.source = t.destination = "features/env.rb" }
template(:rake) { |t| t.source = t.destination = "lib/tasks/cucumber.rake" }
template(:autotest) { |t| t.source = t.destination = "autotest/cucumber_merb_rspec.rb" }
template(:common_result_steps) { |t| t.source = t.destination = "features/steps/common_result_steps.rb" }

template(:example_feature, :session_type => :webrat) { |t| t.source = t.destination = "features/login.feature" }
Expand Down

0 comments on commit 22cfb84

Please sign in to comment.