GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
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.

Signed-off-by: Michael D. Ivey <ivey@gweezlebur.com>
dsiem (author)
Tue Mar 04 10:04:17 -0800 2008
ivey (committer)
Tue Mar 25 10:41:42 -0700 2008
commit  15abc4e56f1675c04414a5dce902baeee8453cd7
tree    76071256eec735ef2c3261618ddc381255663786
parent  cf52650f9241b94c28665fc9b56e0337adbd950d
...
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.