提交 6a9e7dc5 编写于 作者: D Dmitriy Zaporozhets

Fixed spinach

上级 ccf0686b
......@@ -3,7 +3,7 @@ class Groups < Spinach::FeatureSteps
include SharedPaths
Then 'I should see projects list' do
current_user.projects.each do |project|
current_user.authorized_projects.each do |project|
page.should have_link project.name
end
end
......@@ -71,7 +71,7 @@ class Groups < Spinach::FeatureSteps
end
def project
current_group.projects.first
current_group.authorized_projects.first
end
def assigned_to_me key
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册