Skip to content

Commit

Permalink
Added missing step
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jul 6, 2010
1 parent 32477c9 commit 666f2d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions features/step_definitions/projects_steps.rb
Expand Up @@ -90,6 +90,10 @@
end
end

Given /^one of the projects features has a path$/ do
@project.features.first.update_attribute(:path, "#{RAILS_ROOT}/features/tag_cloud.feature")
end

When /^I create new a feature$/ do
click_link 'New feature'
end
Expand Down

0 comments on commit 666f2d5

Please sign in to comment.