summaryrefslogtreecommitdiff
path: root/spec/mspec/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/mspec/README.md')
-rw-r--r--spec/mspec/README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/spec/mspec/README.md b/spec/mspec/README.md
index e6fe44c6a2..94ab608031 100644
--- a/spec/mspec/README.md
+++ b/spec/mspec/README.md
@@ -1,5 +1,3 @@
-[![Build Status](https://travis-ci.org/ruby/mspec.svg?branch=master)](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,7 +53,7 @@ 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: https://github.com/ruby/mspec/issues/19.