Skip to content

Commit

Permalink
codeclimate fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Karman committed Oct 5, 2016
1 parent 5a2418d commit f13ee02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/features/saml/saml_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@
settings = sp1_saml_settings
settings.name_identifier_value = SecureRandom.uuid

expect {
expect do
visit request.create(settings)
}.to_not raise_error NoMethodError
end.to_not raise_error NoMethodError
end
end

Expand Down

0 comments on commit f13ee02

Please sign in to comment.