public
Fork of wycats/merb-core
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/dsiem/merb-core.git
Search Repo:
RSpec ExampleGroups for Merb controllers, views, helpers, models and 
routes.

ExampleGroups can be used to give different types of specs a different
behaviour and to fit them with specific matchers.
dsiem (author)
Tue Mar 04 10:04:17 -0800 2008
commit  e23637a5717e1d1d0c2eef7cdc8425af92ea8c81
tree    f64d09129349423609b5932695d907eafa376d12
parent  6793ef9897e5ee6c11f0d29b743dbc9989fa722c
...
7
8
9
10
11
 
 
 
12
...
7
8
9
 
10
11
12
13
14
0
@@ -7,4 +7,6 @@ module Merb; module Test; end; end
0
 
0
 require 'merb-core/test/helpers'
0
 
0
-require 'merb-core/test/matchers'
0
\ No newline at end of file
0
+require 'merb-core/test/matchers'
0
+
0
+require 'merb-core/test/example_groups'
0
\ No newline at end of file
...
2
3
4
5
6
7
8
9
10
 
11
...
2
3
4
 
 
 
 
 
5
6
7
0
@@ -2,8 +2,4 @@ module Merb::Test::Rspec; end
0
 
0
 require "merb-core/test/matchers/controller_matchers"
0
 require "merb-core/test/matchers/route_matchers"
0
-require "merb-core/test/matchers/view_matchers"
0
-
0
-Merb::Test::ControllerHelper.send(:include, Merb::Test::Rspec::ControllerMatchers)
0
-Merb::Test::RouteHelper.send(:include, Merb::Test::Rspec::RouteMatchers)
0
-Merb::Test::ViewHelper.send(:include, Merb::Test::Rspec::ViewMatchers)
0
\ No newline at end of file
0
+require "merb-core/test/matchers/view_matchers"
0
\ No newline at end of file

Comments

    No one has commented yet.