bigfleet (owner)

Revisions

gist: 121780 Download_button fork
public
Public Clone URL: git://gist.github.com/121780.git
Embed All Files: show embed
cucumber-cli.txt #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
blink:community bigfleet$ cucumber -p verbose
Ruby files required:
  * features/support/env.rb
  * features/support/paths.rb
  * features/step_definitions/response_steps.rb
  * features/plugins/steps/tradeking_recognia_steps.rb
  * features/plugins/steps/tradeking_relish_steps.rb
  * features/plugins/steps/tradeking_utils_steps.rb
  * features/step_definitions/aasm_steps.rb
  * features/step_definitions/activity_controller_steps.rb
  * features/step_definitions/activity_feed_steps.rb
  * features/step_definitions/activity_notification_steps.rb
  * features/step_definitions/api_controller_steps.rb
  * features/step_definitions/badge_steps.rb
  * features/step_definitions/blog_steps.rb
  * features/step_definitions/blogs_controller_steps.rb
  * features/step_definitions/brokerage_account_steps.rb
  * features/step_definitions/caching_steps.rb
  * features/step_definitions/comment_steps.rb
  * features/step_definitions/comments_controller_steps.rb
  * features/step_definitions/company_controller_steps.rb
  * features/step_definitions/content_creation_steps.rb
  * features/step_definitions/conversion_steps.rb
  * features/step_definitions/dashboard_controller_steps.rb
  * features/step_definitions/dashboard_steps.rb
  * features/step_definitions/database_steps.rb
  * features/step_definitions/debug_steps.rb
  * features/step_definitions/email_steps.rb
  * features/step_definitions/equity_steps.rb
  * features/step_definitions/favorite_link_steps.rb
  * features/step_definitions/feed_item_steps.rb
  * features/step_definitions/feed_steps.rb
  * features/step_definitions/follow_steps.rb
  * features/step_definitions/follows_controller_steps.rb
  * features/step_definitions/forum_post_steps.rb
  * features/step_definitions/forum_posts_controller_steps.rb
  * features/step_definitions/forum_steps.rb
  * features/step_definitions/group_steps.rb
  * features/step_definitions/importer_steps.rb
  * features/step_definitions/leaderboard_controller_steps.rb
  * features/step_definitions/member_steps.rb
  * features/step_definitions/memberships_controller_steps.rb
  * features/step_definitions/message_steps.rb
  * features/step_definitions/messages_controller_steps.rb
  * features/step_definitions/moderation_mailer_steps.rb
  * features/step_definitions/moderation_steps.rb
  * features/step_definitions/network_steps.rb
  * features/step_definitions/news_steps.rb
  * features/step_definitions/portfolio_controller_steps.rb
  * features/step_definitions/position_note_steps.rb
  * features/step_definitions/position_notes_controller_steps.rb
  * features/step_definitions/private_messages_controller_steps.rb
  * features/step_definitions/rating_steps.rb
  * features/step_definitions/registration_controller_steps.rb
  * features/plugins/steps/tradeking_ratings_steps.rb
  * features/step_definitions/retraction_steps.rb
  * features/step_definitions/roi_steps.rb
  * features/step_definitions/rss_steps.rb
  * features/step_definitions/settings_controller_steps.rb
  * features/step_definitions/starling_steps.rb
  * features/step_definitions/testing_steps.rb
  * features/step_definitions/topic_steps.rb
  * features/step_definitions/topics_controller_steps.rb
  * features/step_definitions/trade_note_steps.rb
  * features/step_definitions/trade_notes_controller_steps.rb
  * features/step_definitions/trade_steps.rb
  * features/step_definitions/trades_controller_steps.rb
  * features/step_definitions/user_steps.rb
  * features/step_definitions/webrat_steps.rb
  * features/step_definitions/welcome_controller_steps.rb
  * features/plugins/steps/tradeking_idc_steps.rb
  * features/plugins/steps/tradeking_activity_feed_steps.rb
 
Features:
  * features/activity/api/customizable.feature
  * features/activity/api/inbox/empty.feature
  * features/activity/api/inbox/full.feature
  * features/activity/api/leaderboard-json.feature
  * features/activity/api/my-network/empty-network-json.feature
  * features/activity/api/my-network/full-network-json.feature
  * features/activity/api/my-profile/complete-profile-json.feature
  * features/activity/api/my-profile/incomplete-profile-json.feature
  * features/activity/api/trader-network/empty-trader-network.feature
  * features/activity/api/trader-network/full-trader-network-json.feature
  * features/activity/api/traders-feed/full-traders-feed-json.feature
  * features/activity/api/traders-feed/trader-feed-calls-to-action.feature
  * features/activity/distribution/position-note-distribution.feature
  * features/activity/distribution/trade-distribution.feature
  * features/activity/distribution/trade-note-distribution.feature
  * features/activity/following/autofollow/making-a-comment.feature
  * features/activity/following/autofollow/posting-to-a-topic.feature
  * features/activity/following/autofollow/publishing-a-blog.feature
  * features/activity/following/autofollow/publishing-a-forum-topic.feature
  * features/activity/following/autofollow/publishing-a-position-note.feature
  * features/activity/following/autofollow/publishing-a-trade-note.feature
  * features/activity/following/following-a-blog.feature
  * features/activity/following/following-a-forum-topic.feature
  * features/activity/following/following-a-position-note.feature
  * features/activity/following/following-a-trade-note.feature
  * features/activity/following/following-all-blogs.feature
  * features/activity/following/following-all-trade-notes.feature
  * features/activity/following/following-equities.feature
  * features/activity/following/following-members.feature
  * features/activity/following/following-the-forum.feature
  * features/activity/following/unfollow/unfollow-all-blogs.feature
  * features/activity/following/unfollow/unfollow-all-trade-notes.feature
  * features/activity/my-conversations/my-comments.feature
  * features/activity/my-conversations/my-forum-posts.feature
  * features/activity/my-conversations/my-topics.feature
  * features/activity/retractions/retract-blogs.feature
  * features/activity/retractions/retract-comments.feature
  * features/activity/retractions/retract-forum-posts.feature
  * features/activity/retractions/retract-position-notes.feature
  * features/activity/retractions/retract-topics.feature
  * features/activity/retractions/retract-trade-notes.feature
  * features/activity/trader-network/blogs-tab/blogs-email-distribution.feature
  * features/activity/trader-network/blogs-tab/blogs-standard-distribution.feature
  * features/activity/trader-network/trade-notes-tab/position-notes-email-delivery.feature
  * features/activity/trader-network/trade-notes-tab/position-notes-standard-delivery.feature
  * features/activity/trader-network/trade-notes-tab/trade-notes-email-delivery.feature
  * features/activity/trader-network/trade-notes-tab/trade-notes-standard-delivery.feature
  * features/activity/trader-network/trading-activity-tab/followed-stock-standard-distribution.feature
  * features/activity/trader-network/trading-activity-tab/followed-stock-trade-email-distribution.feature
  * features/activity/trader-network/trading-activity-tab/followed-trader-trade-distribution.feature
  * features/activity/trader-network/trading-activity-tab/followed-trader-trade-email-distribution.feature
  * features/activity/traders-feed/opinion-tab.feature
  * features/activity/traders-feed/research-tab.feature
  * features/activity/ui/accessing-feed.feature
  * features/activity/ui/conversations-filter-in-feed.feature
  * features/activity/ui/filter-navigation-in-feed.feature
  * features/activity/ui/main-feed.feature
  * features/activity/ui/member-feed-filter.feature
  * features/activity/ui/routes.feature
  * features/activity/ui/symbol-briefing-in-feed.feature
  * features/activity/ui/symbol-feed-filter.feature
  * features/autotrade/badging.feature
  * features/autotrade/blogs/blog-approval.feature
  * features/autotrade/blogs/blogs-pre-approval.feature
  * features/autotrade/blogs/blogs-preview.feature
  * features/autotrade/blogs/blogs-while-approved.feature
  * features/autotrade/comments.feature
  * features/autotrade/favorite_links.feature
  * features/autotrade/forum_posts.feature
  * features/autotrade/no_sharing.feature
  * features/autotrade/profiles/avatars.feature
  * features/autotrade/profiles/descriptions.feature
  * features/autotrade/topics.feature
  * features/compliance/blogs/blogs-approval.feature
  * features/compliance/blogs/blogs-pre-approval.feature
  * features/compliance/blogs/blogs-preview.feature
  * features/compliance/blogs/blogs-while-approved.feature
  * features/compliance/comments.feature
  * features/compliance/favorite_links.feature
  * features/compliance/forum_posts.feature
  * features/compliance/profiles/avatars.feature
  * features/compliance/profiles/descriptions.feature
  * features/compliance/topics.feature
  * features/compliance/workflow.feature
  * features/controllers/blogs_controller/featured_posts.feature
  * features/controllers/blogs_controller/fragment_caching.feature
  * features/controllers/blogs_controller/hiding_links.feature
  * features/controllers/blogs_controller/top_level.feature
  * features/controllers/blogs_controller/tradeking_blogs.feature
  * features/controllers/blogs_controller/workflow/blog-preview.feature
  * features/controllers/blogs_controller/workflow/blogs-publish.feature
  * features/controllers/comments_controller/comments_workflow.feature
  * features/controllers/dashboard_controller/bond_trades_support.feature
  * features/controllers/favorite_links_controller/favorite_links_workflow.feature
  * features/controllers/forum_posts_controller/forum_posts_workflow.feature
  * features/controllers/forum_posts_controller/jump_to_last_post_navigation.feature
  * features/controllers/forum_posts_controller/member_posting.feature
  * features/controllers/leaderboard_controller/json.feature
  * features/controllers/leaderboard_controller/leaderboard-caching.feature
  * features/controllers/portfolio_controller/show_portfolio.feature
  * features/controllers/position_notes_controller/workflow/position-notes-preview.feature
  * features/controllers/position_notes_controller/workflow/position_notes-publish.feature
  * features/controllers/settings_controller/conversation_notification_settings.feature
  * features/controllers/settings_controller/stocks_notification_settings.feature
  * features/controllers/settings_controller/trader_notification_settings.feature
  * features/controllers/settings_controller/workflow/manage-avatar.feature
  * features/controllers/settings_controller/workflow/settings_workflow.feature
  * features/controllers/topics_controller/member_posting.feature
  * features/controllers/topics_controller/my_topics.feature
  * features/controllers/topics_controller/topics_workflow.feature
  * features/controllers/trade_notes_controller/unquoted.feature
  * features/controllers/trade_notes_controller/workflow/trade-note-preview.feature
  * features/controllers/trade_notes_controller/workflow/trade_note-publish.feature
  * features/feeds/autodiscover.feature
  * features/feeds/blog_comments.feature
  * features/feeds/blogs.feature
  * features/feeds/idc_blog_listing.feature
  * features/feeds/topics.feature
  * features/importers/brokerage_user_list_importer.feature
  * features/importers/brokerage_watch_list_importer.feature
  * features/models/blog/all_star.feature
  * features/models/blog/comments.feature
  * features/models/blog/hiding.feature
  * features/models/member/member_workflow.feature
  * features/news/idc_news.feature
  * features/plugins/tradeking_activity_feed.feature
  * features/plugins/tradeking_idc.feature
  * features/plugins/tradeking_idc_webrick.feature
  * features/plugins/tradeking_ratings.feature
  * features/plugins/tradeking_recognia.feature
  * features/plugins/tradeking_relish.feature
  * features/plugins/tradeking_utils.feature
  * features/signup/new_member.feature
  * features/symbols/live_quoting.feature
  * features/testing/logging_in.feature
 
430 scenarios (15 failed, 17 undefined, 398 passed)
4793 steps (15 failed, 27 skipped, 17 undefined, 4734 passed)
4m5.016s
 
other-elements.txt #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
blink:community bigfleet$ cucumber --version
0.3.9
blink:community bigfleet$ vendor/plugins/cucumber/bin/cucumber --version
0.3.9.3
blink:community bigfleet$ gem list
 
*** LOCAL GEMS ***
 
actionmailer (2.3.2, 2.3.1, 2.2.2, 2.1.1, 2.1.0, 2.0.2, 1.3.6, 1.3.3)
actionpack (2.3.2, 2.3.1, 2.2.2, 2.1.1, 2.1.0, 2.0.2, 1.13.6, 1.13.3)
actionwebservice (1.2.6, 1.2.3)
activerecord (2.3.2, 2.3.1, 2.2.2, 2.1.1, 2.1.0, 2.0.2, 1.15.6, 1.15.3)
activeresource (2.3.2, 2.3.1, 2.2.2, 2.1.1, 2.1.0, 2.0.2)
activesupport (2.3.2, 2.3.1, 2.2.2, 2.1.1, 2.1.0, 2.0.2, 1.4.4, 1.4.2)
acts_as_ferret (0.4.3, 0.4.1)
arrayfields (4.7.3)
browser_cms (3.0.0)
browser_cms_blog_module (3.0.0)
browser_cms_news_module (3.0.0)
brynary-webrat (0.4.0, 0.3.2.1)
builder (2.1.2)
capistrano (2.5.5, 2.5.3, 2.5.2, 2.4.3, 2.4.0, 2.0.0)
cgi_multipart_eof_fix (2.5.0, 2.2)
cheat (1.2.1)
chronic (0.2.3)
collectiveidea-money (1.7.4)
colored (1.1)
configuration (0.0.5)
cucumber (0.3.9, 0.3.7, 0.3.0, 0.2.2, 0.2.0, 0.1.16, 0.1.13, 0.1.12)
daemons (1.0.10, 1.0.9, 1.0.7)
defunkt-github (0.3.4)
diff-lcs (1.1.2)
dnssd (0.7.1, 0.7.0, 0.6.0)
engineyard-eycap (0.4.6)
eventmachine (0.12.6, 0.12.4, 0.12.2, 0.12.0)
facets (2.5.2, 2.5.1, 2.5.0, 2.4.5)
fastercsv (1.4.0, 1.2.3)
fastthread (1.0.7, 1.0.1, 1.0)
fattr (1.0.3)
fcgi (0.8.7)
ferret (0.11.6, 0.11.4)
file-tail (1.0.3)
fiveruns_manage (1.0.4)
fixjour (0.1.5)
gbdev-acts_as_dropdown (2.0.3)
gem_plugin (0.2.3, 0.2.2)
git (1.0.5)
git_remote_branch (0.3.0)
gltail (0.1.8, 0.1.6)
gvaughn-aasm (2.0.4)
heroku (0.8)
highline (1.5.0, 1.4.0, 1.2.9)
hoe (1.12.2, 1.9.0, 1.8.3, 1.8.2, 1.7.0, 1.6.0)
hpricot (0.8.1, 0.6.164, 0.6.161, 0.6)
htmlentities (4.0.0)
image_science (1.1.3)
json (1.1.4)
json_pure (1.1.4)
launchy (0.3.3)
libxml-ruby (1.1.3, 0.9.7, 0.9.5, 0.8.3, 0.8.1, 0.5.4, 0.3.8.4)
log4r (1.0.5)
main (2.8.3)
memcache-client (1.7.2, 1.5.0)
mime-types (1.16, 1.15)
mislav-rspactor (0.3.3)
mislav-will_paginate (2.3.8, 2.3.6)
mkrf (0.2.3)
mocha (0.9.5, 0.9.4, 0.9.3, 0.9.0)
mongrel (1.1.5, 1.1.4, 1.0.1)
mysql (2.7)
needle (1.3.0)
net-scp (1.0.2, 1.0.1)
net-sftp (2.0.2, 2.0.1, 1.1.0)
net-ssh (2.0.11, 2.0.8, 2.0.4, 2.0.3, 2.0.2, 1.1.4, 1.1.2)
net-ssh-gateway (1.0.1, 1.0.0)
nokogiri (1.2.3, 1.2.2, 1.1.1, 1.1.0)
ParseTree (3.0.3, 3.0.2, 2.2.0, 2.1.1)
passenger (2.2.1, 2.1.3, 2.0.6, 2.0.4, 2.0.3, 2.0.2, 2.0.1)
piston (2.0.2, 1.4.0)
polyglot (0.2.5, 0.2.3)
rack (0.9.1, 0.4.0, 0.3.0)
radiant (0.7.1)
rails (2.3.2, 2.3.1, 2.2.2, 2.1.1, 2.1.0, 2.0.2, 1.2.6, 1.2.3)
rak (0.9)
rake (0.8.4, 0.8.3, 0.8.1, 0.7.3)
rcov (0.8.1.2.0)
RedCloth (4.1.9, 4.1.1, 4.0.1, 3.0.4)
redgreen (1.2.2)
rest-client (0.9.2)
rmagick (2.5.2, 2.5.1)
rspec (1.2.4, 1.2.2, 1.1.12, 1.1.11, 1.1.4)
rspec-rails (1.2.4, 1.2.2, 1.1.12, 1.1.11)
ruby-json (1.1.2)
ruby-opengl (0.60.0)
ruby-openid (2.1.2, 2.0.4, 1.1.4)
ruby-yadis (0.3.4)
rubyforge (1.0.3, 1.0.2, 1.0.1, 1.0.0)
rubygems-update (1.3.1, 1.2.0)
RubyInline (3.8.1, 3.7.0)
rubyist-aasm (2.0.2)
rubynode (0.1.5, 0.1.3)
sequel (2.11.0)
sexp_processor (3.0.0)
sinatra (0.9.1.1)
sources (0.0.1)
sqlite3-ruby (1.2.2, 1.2.1)
starling (0.9.8)
stomp (1.0.5)
syntax (1.0.0)
SyslogLogger (1.4.0)
taps (0.2.16)
term-ansicolor (1.0.3)
termios (0.9.4)
thin (0.8.2)
thor (0.9.9)
treetop (1.2.5, 1.2.4)
webrat (0.4.3, 0.3.2)
will_paginate (2.2.2)
xml-simple (1.0.11)
xmpp4r (0.4)
xmpp4r-simple (0.8.8)
ZenTest (4.0.0, 3.11.1, 3.11.0, 3.10.0)
rake-results.txt #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
blink:community bigfleet$ rake --trace features
(in /Users/bigfleet/rails/community)
** Invoke features (first_time)
** Invoke db:test:prepare (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:test:prepare
** Invoke db:test:purge (first_time)
** Invoke environment
** Execute db:test:purge
** Invoke db:migrate (first_time)
** Invoke environment
** Execute db:migrate
** Execute features
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -I
"/Users/bigfleet/rails/community/vendor/plugins/cucumber/lib:lib"
"/Users/bigfleet/rails/community/vendor/plugins/cucumber/bin/cucumber"
--format pretty features/activity/api/customizable.feature
features/activity/api/inbox/empty.feature
features/activity/api/inbox/full.feature
features/activity/api/leaderboard-json.feature
features/activity/api/my-network/empty-network-json.feature
features/activity/api/my-network/full-network-json.feature
features/activity/api/my-profile/complete-profile-json.feature
features/activity/api/my-profile/incomplete-profile-json.feature
features/activity/api/trader-network/empty-trader-network.feature
features/activity/api/trader-network/full-trader-network-json.feature
features/activity/api/traders-feed/full-traders-feed-json.feature
features/activity/api/traders-feed/trader-feed-calls-to-action.feature
features/activity/distribution/position-note-distribution.feature
features/activity/distribution/trade-distribution.feature
features/activity/distribution/trade-note-distribution.feature
features/activity/following/autofollow/making-a-comment.feature
features/activity/following/autofollow/posting-to-a-topic.feature
features/activity/following/autofollow/publishing-a-blog.feature
features/activity/following/autofollow/publishing-a-forum-topic.feature
features/activity/following/autofollow/publishing-a-position-note.feature
features/activity/following/autofollow/publishing-a-trade-note.feature
features/activity/following/following-a-blog.feature
features/activity/following/following-a-forum-topic.feature
features/activity/following/following-a-position-note.feature
features/activity/following/following-a-trade-note.feature
features/activity/following/following-all-blogs.feature
features/activity/following/following-all-trade-notes.feature
features/activity/following/following-equities.feature
features/activity/following/following-members.feature
features/activity/following/following-the-forum.feature
features/activity/following/unfollow/unfollow-all-blogs.feature
features/activity/following/unfollow/unfollow-all-trade-notes.feature
features/activity/my-conversations/my-comments.feature
features/activity/my-conversations/my-forum-posts.feature
features/activity/my-conversations/my-topics.feature
features/activity/retractions/retract-blogs.feature
features/activity/retractions/retract-comments.feature
features/activity/retractions/retract-forum-posts.feature
features/activity/retractions/retract-position-notes.feature
features/activity/retractions/retract-topics.feature
features/activity/retractions/retract-trade-notes.feature
features/activity/trader-network/blogs-tab/blogs-email-distribution.feature
features/activity/trader-network/blogs-tab/blogs-standard-distribution.feature
features/activity/trader-network/trade-notes-tab/position-notes-email-delivery.feature
features/activity/trader-network/trade-notes-tab/position-notes-standard-delivery.feature
features/activity/trader-network/trade-notes-tab/trade-notes-email-delivery.feature
features/activity/trader-network/trade-notes-tab/trade-notes-standard-delivery.feature
features/activity/trader-network/trading-activity-tab/followed-stock-standard-distribution.feature
features/activity/trader-network/trading-activity-tab/followed-stock-trade-email-distribution.feature
features/activity/trader-network/trading-activity-tab/followed-trader-trade-distribution.feature
features/activity/trader-network/trading-activity-tab/followed-trader-trade-email-distribution.feature
features/activity/traders-feed/opinion-tab.feature
features/activity/traders-feed/research-tab.feature
features/activity/ui/accessing-feed.feature
features/activity/ui/conversations-filter-in-feed.feature
features/activity/ui/filter-navigation-in-feed.feature
features/activity/ui/main-feed.feature
features/activity/ui/member-feed-filter.feature
features/activity/ui/routes.feature
features/activity/ui/symbol-briefing-in-feed.feature
features/activity/ui/symbol-feed-filter.feature
features/autotrade/badging.feature
features/autotrade/blogs/blog-approval.feature
features/autotrade/blogs/blogs-pre-approval.feature
features/autotrade/blogs/blogs-preview.feature
features/autotrade/blogs/blogs-while-approved.feature
features/autotrade/comments.feature features/autotrade/favorite_links.feature
features/autotrade/forum_posts.feature features/autotrade/no_sharing.feature
features/autotrade/profiles/avatars.feature
features/autotrade/profiles/descriptions.feature
features/autotrade/topics.feature
features/compliance/blogs/blogs-approval.feature
features/compliance/blogs/blogs-pre-approval.feature
features/compliance/blogs/blogs-preview.feature
features/compliance/blogs/blogs-while-approved.feature
features/compliance/comments.feature
features/compliance/favorite_links.feature
features/compliance/forum_posts.feature
features/compliance/profiles/avatars.feature
features/compliance/profiles/descriptions.feature
features/compliance/topics.feature features/compliance/workflow.feature
features/controllers/blogs_controller/featured_posts.feature
features/controllers/blogs_controller/fragment_caching.feature
features/controllers/blogs_controller/hiding_links.feature
features/controllers/blogs_controller/top_level.feature
features/controllers/blogs_controller/tradeking_blogs.feature
features/controllers/blogs_controller/workflow/blog-preview.feature
features/controllers/blogs_controller/workflow/blogs-publish.feature
features/controllers/comments_controller/comments_workflow.feature
features/controllers/dashboard_controller/bond_trades_support.feature
features/controllers/favorite_links_controller/favorite_links_workflow.feature
features/controllers/forum_posts_controller/forum_posts_workflow.feature
features/controllers/forum_posts_controller/jump_to_last_post_navigation.feature
features/controllers/forum_posts_controller/member_posting.feature
features/controllers/leaderboard_controller/json.feature
features/controllers/leaderboard_controller/leaderboard-caching.feature
features/controllers/portfolio_controller/show_portfolio.feature
features/controllers/position_notes_controller/workflow/position-notes-preview.feature
features/controllers/position_notes_controller/workflow/position_notes-publish.feature
features/controllers/settings_controller/conversation_notification_settings.feature
features/controllers/settings_controller/stocks_notification_settings.feature
features/controllers/settings_controller/trader_notification_settings.feature
features/controllers/settings_controller/workflow/manage-avatar.feature
features/controllers/settings_controller/workflow/settings_workflow.feature
features/controllers/topics_controller/member_posting.feature
features/controllers/topics_controller/my_topics.feature
features/controllers/topics_controller/topics_workflow.feature
features/controllers/trade_notes_controller/unquoted.feature
features/controllers/trade_notes_controller/workflow/trade-note-preview.feature
features/controllers/trade_notes_controller/workflow/trade_note-publish.feature
features/feeds/autodiscover.feature features/feeds/blog_comments.feature
features/feeds/blogs.feature features/feeds/idc_blog_listing.feature
features/feeds/topics.feature
features/importers/brokerage_user_list_importer.feature
features/importers/brokerage_watch_list_importer.feature
features/models/blog/all_star.feature features/models/blog/comments.feature
features/models/blog/hiding.feature
features/models/member/member_workflow.feature features/news/idc_news.feature
features/plugins/tradeking_activity_feed.feature
features/plugins/tradeking_idc.feature
features/plugins/tradeking_idc_webrick.feature
features/plugins/tradeking_ratings.feature
features/plugins/tradeking_recognia.feature
features/plugins/tradeking_relish.feature
features/plugins/tradeking_utils.feature features/signup/new_member.feature
features/symbols/live_quoting.feature features/testing/logging_in.feature
 
...
 
430 scenarios (5 failed, 425 undefined)
4793 steps (5 failed, 19 skipped, 4766 undefined, 3 passed)
0m4.415s