Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleym1972 authored Jun 29, 2017
1 parent bc64508 commit 77fee61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/register_response_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

context 'with invalid response' do
let(:registration_data_json) { '{}' }
t 'raises RegistrationError with code' do
it 'raises RegistrationError with code' do
expect {
register_response
}.to raise_error(U2F::RegistrationError) do |error|
Expand Down

0 comments on commit 77fee61

Please sign in to comment.