Remove unused global variables
This commit is contained in:
parent
29b570bafa
commit
70cc88920b
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue