Skip to content

Commit

Permalink
Fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
taitus committed Dec 24, 2017
1 parent 36f73b9 commit 7cc648e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/features/admin/organizations_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,9 @@
visit organization_path(organization)

expect(page).to have_content organization.name
expect(page).to have_content agent.fullname
expect(page).to have_content agent.name
expect(page).to have_content agent.first_surname
expect(page).to have_content agent.second_surname
end

end
Expand Down

0 comments on commit 7cc648e

Please sign in to comment.