Sha256: a91f80f23048af66ad8975aa061f62097f63155603b577d7d87a055f18470815
Contents?: true
Size: 309 Bytes
Versions: 24
Compression:
Stored size: 309 Bytes
Contents
rspec do def self.with_view_path *args list = if args.first.is_a? Array args.first else args end before do rad.template list.each{|path| rad.template.paths << path} end after do list.each{|path| rad.template.paths.delete path} end end end
Version data entries
24 entries across 24 versions & 1 rubygems
Version | Path |
---|---|
rad_core-0.0.17 | lib/rad/spec/template.rb |
rad_core-0.0.16 | lib/rad/spec/template.rb |
rad_core-0.0.15 | lib/rad/spec/template.rb |
rad_core-0.0.14 | lib/rad/spec/template.rb |