thingspeak/spec/models/watching_spec.rb
2014-02-17 12:05:39 -05:00

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