An open API service indexing awesome lists of open source software.

https://github.com/wasnotrice/opal-rspec-its-test

A minimal app for testing opal-rspec and rspec-its
https://github.com/wasnotrice/opal-rspec-its-test

Last synced: 2 months ago
JSON representation

A minimal app for testing opal-rspec and rspec-its

Awesome Lists containing this project

README

        

This is a testbed for debugging issues with `opal-rspec` and `rspec-its`.

## Current status

`master` branch is passing with rspec v3.0.0.beta2
`rspec-v3.0.0.rc1` is failing with rspec v3.0.0.rc1

## Usage

To set up the bundle and run the specs,

```
$ bundle install
$ bundle exec rake
```

To test a different branch, just switch to the branch and repeat (`Gemfile.lock` is versioned)

```
$ git checkout rspec-v3.0.0.rc1
$ bundle install
$ bundle exec rake
```