Fix coding standards in specs

This commit is contained in:
Thibault Jouan
2015-05-01 15:57:26 +00:00
parent c1393b8f8f
commit cbacdd9fc1
8 changed files with 25 additions and 30 deletions

View File

@@ -1,6 +1,5 @@
describe Playlist do
subject { playlist }
let(:playlist) { build :playlist }
subject(:playlist) { build :playlist }
it { is_expected.to be_valid }
it { is_expected.to belong_to :user }