public
Description: Sweetens up JRuby Mocha with several helpers to simplify testing Java from Ruby
Homepage:
Clone URL: git://github.com/elight/jrsplenda.git
jrsplenda / README.txt
100644 31 lines (18 sloc) 0.68 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
= jrsplenda
 
== DESCRIPTION:
 
Sweetens up Mocha under JRuby with a few helpers to greatly redeuce the amount of code (and therefore pain!) in your spec setups.
 
== FEATURES/PROBLEMS:
 
* Eexpectations added to real (non-mock) Java object in JRuby are not available in JRuby
* Classes mocked currently require default constructors
 
Report problems on Lighthouse: http://elight.lighthouseapp.com/projects/12068-jrsplenda
 
== SYNOPSIS:
 
* TBD
 
== INSTALL:
 
1. Clone repository
2. rake install_gem
 
== EXAMPLES
See: http://pastie.caboo.se/205817
Where 'StandardOwtWorkflowBean' is an EJB 3.0 session bean with several private Fields.
 
== LICENSE:
 
* MIT
* See LICENSE file for details