-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathManifest.txt
94 lines (94 loc) · 3.48 KB
/
Manifest.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
.gitignore
.rspec
Gemfile
Gemfile.lock
History.txt
Manifest.txt
README.txt
Rakefile
dev_tools/github.rb
impostor.gemspec
lib/impostor.rb
lib/impostor/auth.rb
lib/impostor/config.rb
lib/impostor/errors.rb
lib/impostor/phpbb2.rb
lib/impostor/phpbb3.rb
lib/impostor/post.rb
lib/impostor/topic.rb
lib/impostor/wwf79.rb
lib/impostor/wwf80.rb
spec/auth_spec.rb
spec/base_spec_helper.rb
spec/caged_net_http.rb
spec/config_spec.rb
spec/fixtures/junk.html
spec/fixtures/phpbb2-get-new_topic-form-good-response.html
spec/fixtures/phpbb2-get-viewtopic-for-new-topic-good-response.html
spec/fixtures/phpbb2-get-viewtopic-for-new-topic-malformed-response.html
spec/fixtures/phpbb2-index.html
spec/fixtures/phpbb2-logged-in.html
spec/fixtures/phpbb2-login.html
spec/fixtures/phpbb2-not-logged-in.html
spec/fixtures/phpbb2-post-new_topic-good-response.html
spec/fixtures/phpbb2-post-reply-good-response.html
spec/fixtures/phpbb2-post-reply-throttled-response.html
spec/fixtures/phpbb2-too-many-posts.html
spec/fixtures/phpbb3-get-new-topic-form-good-response.html
spec/fixtures/phpbb3-get-reply-form-good-response.html
spec/fixtures/phpbb3-logged-in.html
spec/fixtures/phpbb3-login.html
spec/fixtures/phpbb3-not-logged-in.html
spec/fixtures/phpbb3-post-new_topic-good-response.html
spec/fixtures/phpbb3-post-reply-good-response.html
spec/fixtures/vcr_cassettes/phpbb2-should-be-overlimit-creating-topic.yml
spec/fixtures/vcr_cassettes/phpbb2-should-create-topic.yml
spec/fixtures/vcr_cassettes/phpbb2-should-login.yml
spec/fixtures/vcr_cassettes/phpbb2-should-not-create-new-topic.yml
spec/fixtures/vcr_cassettes/phpbb2-should-not-login.yml
spec/fixtures/vcr_cassettes/phpbb2-should-not-post.yml
spec/fixtures/vcr_cassettes/phpbb2-should-overlimit-error-post.yml
spec/fixtures/vcr_cassettes/phpbb2-should-post.yml
spec/fixtures/vcr_cassettes/phpbb3-should-be-overlimit-creating-topic.yml
spec/fixtures/vcr_cassettes/phpbb3-should-create-topic.yml
spec/fixtures/vcr_cassettes/phpbb3-should-login.yml
spec/fixtures/vcr_cassettes/phpbb3-should-not-create-new-topic.yml
spec/fixtures/vcr_cassettes/phpbb3-should-not-login.yml
spec/fixtures/vcr_cassettes/phpbb3-should-not-post.yml
spec/fixtures/vcr_cassettes/phpbb3-should-overlimit-error-post.yml
spec/fixtures/vcr_cassettes/phpbb3-should-post.yml
spec/fixtures/wwf79-forum_posts.html
spec/fixtures/wwf79-general-new-topic-error.html
spec/fixtures/wwf79-general-posting-error.html
spec/fixtures/wwf79-good-post-forum_posts.html
spec/fixtures/wwf79-index.html
spec/fixtures/wwf79-logged-in.html
spec/fixtures/wwf79-login.html
spec/fixtures/wwf79-new-topic-forum_posts-response.html
spec/fixtures/wwf79-new-topic-post_message_form.html
spec/fixtures/wwf79-not-logged-in.html
spec/fixtures/wwf79-too-many-posts.html
spec/fixtures/wwf79-too-many-topics.html
spec/fixtures/wwf80-general-posting-error.html
spec/fixtures/wwf80-get-new_topic-form-good-response.html
spec/fixtures/wwf80-get-viewtopic-for-new-topic-good-response.html
spec/fixtures/wwf80-index.html
spec/fixtures/wwf80-logged-in.html
spec/fixtures/wwf80-login.html
spec/fixtures/wwf80-new_reply_form.html
spec/fixtures/wwf80-not-logged-in.html
spec/fixtures/wwf80-post-new_topic-good-response.html
spec/fixtures/wwf80-post-reply-good-response.html
spec/fixtures/wwf80-too-many-posts.html
spec/impostor_spec_helper.rb
spec/integration/phpbb2_spec.rb
spec/integration/phpbb3_spec.rb
spec/integration_spec_helper.rb
spec/phpbb2_spec.rb
spec/phpbb3_spec.rb
spec/post_spec.rb
spec/spec_helper.rb
spec/test_impostor.rb
spec/topic_spec.rb
spec/wwf79_spec.rb
spec/wwf80_spec.rb