bdd-legacy 0.0.7 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. data/.gitignore +4 -0
  2. data/Gemfile +6 -0
  3. data/Rakefile +2 -59
  4. data/bdd-legacy.gemspec +51 -0
  5. data/bin/._bdd-legacy +0 -0
  6. data/bin/addition_steps.tt +15 -0
  7. data/bin/additions_feature.tt +10 -0
  8. data/bin/bdd-legacy +84 -0
  9. data/bin/calculator.tt +17 -0
  10. data/bin/env.tt +53 -0
  11. data/bin/generic_browser_steps.tt +66 -0
  12. data/bin/landing_page_feature.tt +23 -0
  13. data/bin/landing_page_steps.tt +30 -0
  14. data/bin/login_feature.tt +13 -0
  15. data/bin/login_steps.tt +33 -0
  16. data/bin/newgem.tt +2 -0
  17. data/bin/rakefile.tt +5 -0
  18. data/bin/sqlhelper.tt +40 -0
  19. data/bin/sqlserver.tt +118 -0
  20. data/bin/templates/addition_steps.tt +15 -0
  21. data/bin/templates/additions_feature.tt +10 -0
  22. data/bin/templates/calculator.tt +17 -0
  23. data/bin/templates/env.tt +53 -0
  24. data/bin/templates/generic_browser_steps.tt +66 -0
  25. data/bin/templates/landing_page_feature.tt +23 -0
  26. data/bin/templates/landing_page_steps.tt +30 -0
  27. data/bin/templates/login_feature.tt +13 -0
  28. data/bin/templates/login_steps.tt +33 -0
  29. data/bin/templates/newgem.tt +2 -0
  30. data/bin/templates/rakefile.tt +5 -0
  31. data/bin/templates/sqlhelper.tt +40 -0
  32. data/bin/templates/sqlserver.tt +118 -0
  33. data/lib/bdd-legacy.rb +5 -6
  34. data/lib/bdd-legacy/version.rb +5 -0
  35. data/lib/templates/addition_steps.tt +15 -0
  36. data/lib/templates/additions_feature.tt +10 -0
  37. data/lib/templates/calculator.tt +17 -0
  38. data/lib/templates/env.tt +53 -0
  39. data/lib/templates/generic_browser_steps.tt +66 -0
  40. data/lib/templates/landing_page_feature.tt +23 -0
  41. data/lib/templates/landing_page_steps.tt +30 -0
  42. data/lib/templates/login_feature.tt +13 -0
  43. data/lib/templates/login_steps.tt +33 -0
  44. data/lib/templates/newgem.tt +2 -0
  45. data/lib/templates/rakefile.tt +5 -0
  46. data/lib/templates/sqlhelper.tt +40 -0
  47. data/lib/templates/sqlserver.tt +118 -0
  48. metadata +384 -24
  49. data/History.txt +0 -4
  50. data/Manifest.txt +0 -29
  51. data/PostInstall.txt +0 -7
  52. data/README.rdoc +0 -48
  53. data/test/test_bdd-legacy.rb +0 -11
  54. data/test/test_helper.rb +0 -3
@@ -1,4 +0,0 @@
1
- === 0.0.1 2011-05-13
2
-
3
- * 1 major enhancement:
4
- * Initial release
@@ -1,29 +0,0 @@
1
- History.txt
2
- Manifest.txt
3
- PostInstall.txt
4
- README.rdoc
5
- Rakefile
6
- lib/bdd-legacy.rb
7
- lib/bdd-legacy.thor
8
- script/console
9
- script/console.cmd
10
- script/destroy
11
- script/destroy.cmd
12
- script/generate
13
- script/generate.cmd
14
- test/test_bdd-legacy.rb
15
- test/test_helper.rb
16
- bin/templates/additions_feature.tt
17
- bin/templates/addition_steps.tt
18
- bin/templates/calculator.tt
19
- bin/templates/env.tt
20
- bin/templates/generic_browser_steps.tt
21
- bin/templates/landing_page_feature.tt
22
- bin/templates/landing_page_steps.tt
23
- bin/templates/login_feature.tt
24
- bin/templates/login_steps.tt
25
- bin/templates/newgem.tt
26
- bin/templates/rakefile.tt
27
- bin/templates/sqlhelper.tt
28
- bin/templates/sqlserver.tt
29
- bin/bdd-legacy
@@ -1,7 +0,0 @@
1
-
2
- For more information on bdd-legacy, see http://bdd-legacy.rubyforge.org
3
-
4
- NOTE: Change this information in PostInstall.txt
5
- You can also delete it if you don't want it.
6
-
7
-
@@ -1,48 +0,0 @@
1
- = bdd-legacy
2
-
3
- * http://github.com/#{github_username}/#{project_name}
4
-
5
- == DESCRIPTION:
6
-
7
- FIX (describe your package)
8
-
9
- == FEATURES/PROBLEMS:
10
-
11
- * FIX (list of features or problems)
12
-
13
- == SYNOPSIS:
14
-
15
- FIX (code sample of usage)
16
-
17
- == REQUIREMENTS:
18
-
19
- * FIX (list of requirements)
20
-
21
- == INSTALL:
22
-
23
- * FIX (sudo gem install, anything else)
24
-
25
- == LICENSE:
26
-
27
- (The MIT License)
28
-
29
- Copyright (c) 2011 FIXME full name
30
-
31
- Permission is hereby granted, free of charge, to any person obtaining
32
- a copy of this software and associated documentation files (the
33
- 'Software'), to deal in the Software without restriction, including
34
- without limitation the rights to use, copy, modify, merge, publish,
35
- distribute, sublicense, and/or sell copies of the Software, and to
36
- permit persons to whom the Software is furnished to do so, subject to
37
- the following conditions:
38
-
39
- The above copyright notice and this permission notice shall be
40
- included in all copies or substantial portions of the Software.
41
-
42
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
43
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
44
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
45
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
46
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
47
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
48
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,11 +0,0 @@
1
- require File.dirname(__FILE__) + '/test_helper.rb'
2
-
3
- class TestBddLegacy < Test::Unit::TestCase
4
-
5
- def setup
6
- end
7
-
8
- def test_truth
9
- assert true
10
- end
11
- end
@@ -1,3 +0,0 @@
1
- require 'stringio'
2
- require 'test/unit'
3
- require File.dirname(__FILE__) + '/../lib/bdd-legacy'