blob: 69be1092b7732e9d0c4da5dcd801ef45373a1d96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# == Schema Information
#
# Table name: user_info_request_sent_alerts
#
# id :integer not null, primary key
# user_id :integer not null
# info_request_id :integer not null
# alert_type :string(255) not null
# info_request_event_id :integer
#
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
describe UserInfoRequestSentAlert, " when blah" do
before do
end
end
|