module WebAdmin
  RSpec.describe Image, :type => :model do
    context "Relationships" do
      it { should belong_to :album }
    end