Skip to content

Commit

Permalink
Merge pull request #2395 from swcraig/fix-typo-in-store-credit-catego…
Browse files Browse the repository at this point in the history
…ry-factory-spec

Fix typo in `store_credit_category_factory_spec`
  • Loading branch information
kennyadsl committed Nov 23, 2017
2 parents a44b358 + 4d9b3ea commit 5766ca2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
RSpec.describe 'store credit category factory' do
let(:factory_class) { Spree::StoreCreditCategory }

describe 'plain store credi category' do
describe 'plain store credit category' do
let(:factory) { :store_credit_category }

it_behaves_like 'a working factory'
Expand Down

0 comments on commit 5766ca2

Please sign in to comment.