andhapp-decoct 1.2.0 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +29 -25
- data/VERSION.yml +1 -1
- data/bin/decoct +2 -2
- data/decoct.gemspec +1 -1
- metadata +1 -1
data/README.markdown
CHANGED
@@ -1,25 +1,29 @@
|
|
1
|
-
# Decoct: Quick start Sinatra with Rspec
|
2
|
-
|
3
|
-
Decoct is a simple gem that creates a sinatra app directory structure and hooks it up with Rspec.
|
4
|
-
|
5
|
-
## Installing
|
6
|
-
|
7
|
-
# Install the gem:
|
8
|
-
gem install andhapp-decoct -s http://gems.github.com (on Windows)
|
9
|
-
|
10
|
-
## Caveat
|
11
|
-
|
12
|
-
The gem has only been tested on Windows and the reason that could be a problem is because it depends upon other
|
13
|
-
|
14
|
-
|
15
|
-
## Dependencies
|
16
|
-
|
17
|
-
The gem depends on the following libraries:
|
18
|
-
* rspec
|
19
|
-
* ZenTest
|
20
|
-
* ruby-snarl
|
21
|
-
* redgreen
|
22
|
-
* rcov
|
23
|
-
|
24
|
-
Also, in order to use ruby-snarl you should have [Snarl]
|
25
|
-
|
1
|
+
# Decoct: Quick start Sinatra with Rspec
|
2
|
+
|
3
|
+
Decoct is a simple gem that creates a sinatra app directory structure and hooks it up with Rspec.
|
4
|
+
|
5
|
+
## Installing
|
6
|
+
|
7
|
+
# Install the gem:
|
8
|
+
gem install andhapp-decoct -s http://gems.github.com (on Windows)
|
9
|
+
|
10
|
+
## Caveat
|
11
|
+
|
12
|
+
The gem has only been tested on Windows and the reason that could be a problem is because it depends upon other
|
13
|
+
gems to work properly. I have a workaround in my mind but it has not been implemented as yet.
|
14
|
+
|
15
|
+
## Dependencies
|
16
|
+
|
17
|
+
The gem depends on the following libraries:
|
18
|
+
* rspec
|
19
|
+
* ZenTest
|
20
|
+
* ruby-snarl
|
21
|
+
* redgreen
|
22
|
+
* rcov
|
23
|
+
|
24
|
+
Also, in order to use ruby-snarl you should have [Snarl](http://www.fullphat.net/index.php) installed on
|
25
|
+
your machine.
|
26
|
+
Snarl is a messaging system for windows. This would give you nice visual messages on the status of your tests.
|
27
|
+
[Here's](http://thewebfellas.com/blog/2007/12/10/rspec-autotest-and-snarl-on-windows) a nice article if you
|
28
|
+
would like to incorporate that into rails projects. Hence, the caveat above.
|
29
|
+
|
data/VERSION.yml
CHANGED
data/bin/decoct
CHANGED
data/decoct.gemspec
CHANGED