mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
remove cruft
This commit is contained in:
parent
1d2c7206e6
commit
ffa11bd1d6
1 changed files with 0 additions and 3 deletions
|
@ -2,10 +2,7 @@ require 'spec_helper'
|
|||
|
||||
describe OptimizedImage do
|
||||
|
||||
it { should belong_to :upload }
|
||||
|
||||
let(:upload) { build(:upload) }
|
||||
|
||||
before { upload.id = 42 }
|
||||
|
||||
describe ".create_for" do
|
||||
|
|
Loading…
Reference in a new issue