Remove empty describe block on key spec model

This commit is contained in:
Semyon Pupkov 2016-10-11 11:02:53 +05:00
parent 6f441ae1a1
commit 85df1bf02d
1 changed files with 0 additions and 3 deletions

View File

@ -5,9 +5,6 @@ describe Key, models: true do
it { is_expected.to belong_to(:user) }
end
describe "Mass assignment" do
end
describe "Validation" do
it { is_expected.to validate_presence_of(:title) }
it { is_expected.to validate_presence_of(:key) }