spec: fix spec file name

main
Washington Botelho 2018-02-08 17:15:48 -02:00
parent 1c3685959b
commit 3bab0f5899
No known key found for this signature in database
GPG Key ID: 5DE4F42A8F073617
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
require 'rails_helper' require 'rails_helper'
RSpec.describe Rating::Config, 'models' do RSpec.describe Rating::Config, '.models' do
it 'changes the rating models' do it 'changes the rating models' do
subject.models rate: Review, rating: ReviewRating subject.models rate: Review, rating: ReviewRating