From 3bab0f5899ef6be316c83c35ff2c15959817fac4 Mon Sep 17 00:00:00 2001 From: Washington Botelho Date: Thu, 8 Feb 2018 17:15:48 -0200 Subject: [PATCH] spec: fix spec file name --- spec/config/{tables_spec.rb => models_spec.rb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename spec/config/{tables_spec.rb => models_spec.rb} (85%) diff --git a/spec/config/tables_spec.rb b/spec/config/models_spec.rb similarity index 85% rename from spec/config/tables_spec.rb rename to spec/config/models_spec.rb index 94b5d61..e0fbcc6 100644 --- a/spec/config/tables_spec.rb +++ b/spec/config/models_spec.rb @@ -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