Commit ed8eb4a3 authored by Vaz Allen's avatar Vaz Allen

Add an example model spec

parent 5aa8aacd
require_relative '../spec_helper'
describe Song do
let(:song) { Song.new }
it 'belongs to an album' do
expect(song.respond_to?(:album)).to be_truthy
end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment