diff options
Diffstat (limited to 'spec/mspec/README.md')
| -rw-r--r-- | spec/mspec/README.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/spec/mspec/README.md b/spec/mspec/README.md index 5a4605da98..94ab608031 100644 --- a/spec/mspec/README.md +++ b/spec/mspec/README.md @@ -1,5 +1,3 @@ -[](https://travis-ci.org/ruby/mspec) - ## Overview MSpec is a specialized framework that is syntax-compatible with RSpec 2 for @@ -38,7 +36,7 @@ specs in a manner compatible with multiple Ruby implementations. ## Requirements -MSpec requires Ruby 2.4 or more recent. +MSpec requires Ruby 2.6 or more recent. ## Bundler @@ -55,10 +53,10 @@ To install the gem dependencies with Bundler, run the following: ruby -S bundle install ``` -## Running Specs +## Development Use RSpec to run the MSpec specs. There are no plans currently to make the -MSpec specs runnable by MSpec. +MSpec specs runnable by MSpec: https://github.com/ruby/mspec/issues/19. After installing the gem dependencies, the specs can be run as follows: |
