Remove unused global variables

This commit is contained in:
Thor77 2018-11-25 20:09:05 +01:00
parent 29b570bafa
commit 70cc88920b
No known key found for this signature in database
GPG Key ID: 5051E71B46AA669A
1 changed files with 0 additions and 10 deletions

View File

@ -3,16 +3,6 @@
require 'rails_helper' require 'rails_helper'
RSpec.describe MatchesController, type: :controller do RSpec.describe MatchesController, type: :controller do
let(:valid_attributes) do
skip('Add a hash of attributes valid for your model')
end
let(:invalid_attributes) do
skip('Add a hash of attributes invalid for your model')
end
let(:valid_session) { {} }
before do before do
@match = create(:match) @match = create(:match)
@match.scores = create_pair(:score) @match.scores = create_pair(:score)