mezuro_configuration_ownership_spec.rb 164 Bytes
require 'rails_helper'

describe MezuroConfigurationOwnership, :type => :model do
  describe 'associations' do
    it { is_expected.to belong_to(:user) }
  end
end