Fix domain specs

#268
This commit is contained in:
Artur Beljajev 2017-01-23 04:32:12 +02:00
parent e56e27327b
commit 4a84157a83
2 changed files with 5 additions and 3 deletions

View file

@ -143,7 +143,7 @@ RSpec.describe DomainPresenter do
view.cancel_force_delete_admin_domain_path(domain),
method: :patch,
data: { confirm: 'Are you sure you want cancel force delete procedure?' },
class: 'btn btn-warning')
class: 'btn btn-primary')
expect(presenter.force_delete_toggle_btn).to eq(html)
end
end