Remove description when creating valuator from index

This commit is contained in:
rgarcia
2018-02-09 21:13:14 +01:00
parent 7e839e7815
commit fcb377c9e5
4 changed files with 4 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ feature "Valuator groups" do
expect(page).to have_content group2.name
end
scenario "Show", :focus do
scenario "Show" do
group = create(:valuator_group)
valuator1 = create(:valuator, valuator_group: group)
valuator2 = create(:valuator, valuator_group: group)