spec: fix spec file name
parent
1c3685959b
commit
3bab0f5899
|
@ -2,7 +2,7 @@
|
|||
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe Rating::Config, 'models' do
|
||||
RSpec.describe Rating::Config, '.models' do
|
||||
it 'changes the rating models' do
|
||||
subject.models rate: Review, rating: ReviewRating
|
||||
|
Loading…
Reference in New Issue