forked from scudco/taza
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathManifest.txt
95 lines (95 loc) · 2.79 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
BUGS.txt
History.txt
Manifest.txt
README.textile
VERSION.yml
watircraft.gemspec
bin/watircraft
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/site
watircraft_generators/site/site_generator.rb
watircraft_generators/site/templates
watircraft_generators/site/templates/environments.yml.erb
watircraft_generators/site/templates/site.rb.erb
watircraft_generators/site/templates/world.rb.erb
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
lib/app_generators
lib/app_generators/watircraft
lib/app_generators/watircraft/templates
lib/app_generators/watircraft/templates/config.yml.erb
lib/app_generators/watircraft/templates/feature_helper.rb.erb
lib/app_generators/watircraft/templates/initialize.rb.erb
lib/app_generators/watircraft/templates/rakefile.rb.erb
lib/app_generators/watircraft/templates/spec_helper.rb.erb
lib/app_generators/watircraft/USAGE
lib/app_generators/watircraft/watircraft_generator.rb
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/version.rb
lib/watircraft.rb
spec/array_spec.rb
spec/browser_spec.rb
spec/entity_spec.rb
spec/fixtures_spec.rb
spec/fixture_spec.rb
spec/hash_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/pages
spec/sandbox/pages/foo
spec/sandbox/pages/foo/bar.rb
spec/sandbox/pages/foo/partials
spec/sandbox/pages/foo/partials/partial_the_reckoning.rb
spec/settings_spec.rb
spec/site_generator_spec.rb
spec/site_spec.rb
spec/spec_generator_spec.rb
spec/spec_helper.rb
spec/steps_generator_spec.rb
spec/string_spec.rb
spec/taza_spec.rb
spec/watircraft_bin_spec.rb