spec: fix spec file name

This commit is contained in:
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

View File

@ -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