We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed8f5d commit e3fa8d7Copy full SHA for e3fa8d7
README.md
@@ -6,6 +6,16 @@ You can see the details of serverspec on [serverspec.org](http://serverspec.org/
6
7
----
8
9
+## Running the gem's tests
10
+
11
+Use
12
13
+```bundle exec rake```
14
15
+(Using ```rspec``` alone will not work).
16
17
18
19
## Maintenance policy of Serverspec/Specinfra
20
21
* The person who found a bug should fix the bug by themself.
Rakefile
@@ -6,6 +6,7 @@ rescue LoadError
end
if defined?(RSpec)
+ task :default => 'spec:all'
task :spec => 'spec:all'
namespace :spec do
0 commit comments