rlet 0.5 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +13 -0
- metadata +1 -1
data/README.md
CHANGED
@@ -12,6 +12,19 @@ lazy-evaluation and class-based scoping.
|
|
12
12
|
|
13
13
|
This is based on RSpec let(). Tutorials and documentation are forthcoming.
|
14
14
|
|
15
|
+
INSTALLING
|
16
|
+
====
|
17
|
+
|
18
|
+
gem install rlet
|
19
|
+
|
20
|
+
Or from bundler
|
21
|
+
|
22
|
+
gem 'rlet'
|
23
|
+
|
24
|
+
|
25
|
+
USAGE
|
26
|
+
====
|
27
|
+
|
15
28
|
The gems contain two modules, Let and Concern. You can use them like so:
|
16
29
|
|
17
30
|
require 'rlet'
|