-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathManifest.txt
108 lines (108 loc) · 3.17 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
History.txt
Manifest.txt
README.rdoc
VERSION.yml
watircraft.gemspec
bin/watircraft
lib/extensions
lib/extensions/array.rb
lib/extensions/hash.rb
lib/extensions/object.rb
lib/extensions/string.rb
lib/extensions/watir.rb
lib/taza
lib/taza/browser.rb
lib/taza/entity.rb
lib/taza/fixture.rb
lib/taza/flow.rb
lib/taza/page.rb
lib/taza/settings.rb
lib/taza/site.rb
lib/taza/tasks.rb
lib/taza.rb
lib/watircraft
lib/watircraft/generator_helper.rb
lib/watircraft/table.rb
lib/watircraft/version.rb
lib/watircraft.rb
spec/array_spec.rb
spec/browser_spec.rb
spec/entity_spec.rb
spec/fake_table.rb
spec/fixtures_spec.rb
spec/fixture_spec.rb
spec/hash_spec.rb
spec/method_generator_spec.rb
spec/object_spec.rb
spec/page_generator_spec.rb
spec/page_spec.rb
spec/project_generator_spec.rb
spec/sandbox
spec/sandbox/config
spec/sandbox/config/config.yml
spec/sandbox/config/environments.yml
spec/sandbox/config/simpler.yml
spec/sandbox/config/simpler_site.yml
spec/sandbox/config.yml
spec/sandbox/fixtures
spec/sandbox/fixtures/examples.yml
spec/sandbox/fixtures/users.yml
spec/sandbox/flows
spec/sandbox/flows/batman.rb
spec/sandbox/flows/robin.rb
spec/sandbox/methods
spec/sandbox/methods/spiderman.rb
spec/sandbox/pages
spec/sandbox/pages/foo
spec/sandbox/pages/foo/bar_page.rb
spec/sandbox/pages/foo/partials
spec/sandbox/pages/foo/partials/partial_the_reckoning.rb
spec/settings_spec.rb
spec/site_spec.rb
spec/spec_generator_helper.rb
spec/spec_generator_spec.rb
spec/spec_helper.rb
spec/steps_generator_spec.rb
spec/string_spec.rb
spec/table_spec.rb
spec/taza_spec.rb
spec/watircraft_bin_spec.rb
spec/watir_spec.rb
app_generators/watircraft
app_generators/watircraft/templates
app_generators/watircraft/templates/config.yml.erb
app_generators/watircraft/templates/environments.yml.erb
app_generators/watircraft/templates/feature_helper.rb
app_generators/watircraft/templates/initialize.rb.erb
app_generators/watircraft/templates/rakefile.rb
app_generators/watircraft/templates/readme.txt
app_generators/watircraft/templates/script
app_generators/watircraft/templates/script/console
app_generators/watircraft/templates/script/console.cmd
app_generators/watircraft/templates/site.rb.erb
app_generators/watircraft/templates/site_start.rb.erb
app_generators/watircraft/templates/spec_helper.rb
app_generators/watircraft/templates/spec_initialize.rb
app_generators/watircraft/templates/world.rb
app_generators/watircraft/USAGE
app_generators/watircraft/watircraft_generator.rb
watircraft_generators/method
watircraft_generators/method/method_generator.rb
watircraft_generators/method/templates
watircraft_generators/method/templates/method.rb.erb
watircraft_generators/method/USAGE
watircraft_generators/page
watircraft_generators/page/page_generator.rb
watircraft_generators/page/templates
watircraft_generators/page/templates/page.rb.erb
watircraft_generators/page/USAGE
watircraft_generators/spec
watircraft_generators/spec/spec_generator.rb
watircraft_generators/spec/templates
watircraft_generators/spec/templates/spec.rb.erb
watircraft_generators/spec/USAGE
watircraft_generators/steps
watircraft_generators/steps/steps_generator.rb
watircraft_generators/steps/templates
watircraft_generators/steps/templates/steps.rb.erb
watircraft_generators/steps/USAGE