Skip to content

Commit

Permalink
Fix broken spec during cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Senen committed Jan 17, 2018
1 parent 89d1460 commit e64ca74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/statistics_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
describe 'Categories' do

scenario 'Should show categories sorted by name asc' do
create(:category, name: "Abcd")
category1 = create(:category, name: "Abcd")
category2 = create(:category, name: "Bcde")
category3 = create(:category, name: "Cdef")

Expand Down

0 comments on commit e64ca74

Please sign in to comment.