Unlint Rspec/DescibeClass #BetterPlace

This commit is contained in:
James Mason 2018-10-23 19:31:46 -07:00
parent b11001cdba
commit 82b79bb3a0
No known key found for this signature in database
GPG key ID: 1B3951886C449023
4 changed files with 8 additions and 10 deletions

View file

@ -2,7 +2,7 @@
require 'spec_helper'
describe 'Registration' do
describe Registration do
subject { create(:registration) }
let!(:user) { create(:user) }
let!(:conference) { create(:conference) }