Skip to content

Commit

Permalink
fix method name. #335
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Aug 8, 2019
1 parent c17e789 commit f17809b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/concerns/helpable_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

context "generate_random_symbol" do
it 'should generate' do
expect(subject.generate_random_symbol).to match(/\A[A-Z]{4}\Z/)
expect(subject.generate_random_provider_symbol).to match(/\A[A-Z]{4}\Z/)
end
end

Expand Down

0 comments on commit f17809b

Please sign in to comment.