17 lines
252 B
Ruby
17 lines
252 B
Ruby
# == Schema Information
|
|
#
|
|
# Table name: watchings
|
|
#
|
|
# id :integer not null, primary key
|
|
# user_id :integer
|
|
# channel_id :integer
|
|
# created_at :datetime
|
|
# updated_at :datetime
|
|
#
|
|
|
|
require 'spec_helper'
|
|
|
|
describe Watching do
|
|
|
|
end
|