mack-paths 0.6.1.2 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/mack-paths.rb CHANGED
@@ -41,14 +41,34 @@ module Mack
41
41
  File.join(Mack.root, "test", files)
42
42
  end
43
43
 
44
- # <MACK_PROJECT_ROOT>/test/functional
45
- def self.functional(*files)
46
- File.join(Mack::Paths.test, "functional", files)
44
+ # # <MACK_PROJECT_ROOT>/test/functional
45
+ # def self.functional(*files)
46
+ # File.join(Mack::Paths.test, "functional", files)
47
+ # end
48
+ #
49
+ # # <MACK_PROJECT_ROOT>/test/unit
50
+ # def self.unit(*files)
51
+ # File.join(Mack::Paths.test, "unit", files)
52
+ # end
53
+
54
+ # <MACK_PROJECT_ROOT>/test/models
55
+ def self.model_tests(*files)
56
+ File.join(Mack::Paths.test, "models", files)
57
+ end
58
+
59
+ # <MACK_PROJECT_ROOT>/test/controllers
60
+ def self.controller_tests(*files)
61
+ File.join(Mack::Paths.test, "controllers", files)
62
+ end
63
+
64
+ # <MACK_PROJECT_ROOT>/test/helpers/controllers
65
+ def self.controller_helper_tests(*files)
66
+ File.join(Mack::Paths.test, "helpers", "controllers", files)
47
67
  end
48
68
 
49
- # <MACK_PROJECT_ROOT>/test/unit
50
- def self.unit(*files)
51
- File.join(Mack::Paths.test, "unit", files)
69
+ # <MACK_PROJECT_ROOT>/test/helpers/views
70
+ def self.view_helper_tests(*files)
71
+ File.join(Mack::Paths.test, "helpers", "views", files)
52
72
  end
53
73
 
54
74
  # <MACK_PROJECT_ROOT>/app/views
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mack-paths
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1.2
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Bates
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-08-29 00:00:00 -04:00
12
+ date: 2008-08-25 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -24,6 +24,16 @@ extra_rdoc_files: []
24
24
  files:
25
25
  - lib/mack-paths.rb
26
26
  - README
27
+ - doc/classes/Mack/Paths.html
28
+ - doc/classes/Mack.html
29
+ - doc/created.rid
30
+ - doc/files/lib/mack-paths_rb.html
31
+ - doc/files/README.html
32
+ - doc/fr_class_index.html
33
+ - doc/fr_file_index.html
34
+ - doc/fr_method_index.html
35
+ - doc/index.html
36
+ - doc/rdoc-style.css
27
37
  has_rdoc: true
28
38
  homepage: http://www.mackframework.com
29
39
  post_install_message: