Skip to content

Commit 4837217

Browse files
authored
Update README.md
Fix badges and a version number
1 parent dd6fc0d commit 4837217

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# opal-rspec
22

33
[![Build Status](http://img.shields.io/travis/opal/opal-rspec/master.svg?style=flat)](http://travis-ci.org/opal/opal-rspec)
4-
[![Quality](http://img.shields.io/codeclimate/github/opal/opal-rspec.svg?style=flat-square)](https://codeclimate.com/github/opal/opal-rspec)
5-
[![Version](http://img.shields.io/gem/v/opal-rspec.svg?style=flat-square)](https://rubygems.org/gems/opal-rspec)
4+
[![Quality](https://img.shields.io/codeclimate/maintainability-percentage/opal/opal-rspec.svg?style=flat)](https://codeclimate.com/github/opal/opal-rspec)
5+
[![Version](http://img.shields.io/gem/v/opal-rspec.svg?style=flat)](https://rubygems.org/gems/opal-rspec)
66

77
An attempt at a compatibility layer of RSpec for Opal.
88

@@ -249,7 +249,7 @@ Limitations:
249249

250250
* Opal-rspec will not timeout while waiting for your async code to finish
251251

252-
Changes since 0.9:
252+
Changes since 1.0:
253253

254254
* If you use async features, it's crucial to use a `# await: *await*` magic comment (this will cause any call to a method containing an `await` word to be compiled with an `await` ES8 keyword)
255255
* Both `let` and `subject` that return a promise (ie. are async; also if they) must be referenced with an `.await` method

0 commit comments

Comments
 (0)