Skip to content

Commit

Permalink
Added default task to rakefile that runs all the tests; Added section…
Browse files Browse the repository at this point in the history
… in the readme
  • Loading branch information
ihassin committed Jun 15, 2016
1 parent 3ed8f5d commit e3fa8d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ You can see the details of serverspec on [serverspec.org](http://serverspec.org/

----

## Running the gem's tests

Use

```bundle exec rake```

(Using ```rspec``` alone will not work).



## Maintenance policy of Serverspec/Specinfra

* The person who found a bug should fix the bug by themself.
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ rescue LoadError
end

if defined?(RSpec)
task :default => 'spec:all'
task :spec => 'spec:all'

namespace :spec do
Expand Down

0 comments on commit e3fa8d7

Please sign in to comment.