mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-21 22:54:09 +01:00
forgot to add these files a long time ago
This commit is contained in:
parent
37a45313a0
commit
b28de88f4d
2 changed files with 11 additions and 0 deletions
4
features/step_definitions/project_steps.rb
Normal file
4
features/step_definitions/project_steps.rb
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
When /^I visit the "([^\"]*)" project$/ do |project_name|
|
||||
project = Project.find_by_name(project_name)
|
||||
visit project_path(project)
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue