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
- Host: GitHub
- URL: https://github.com/wasnotrice/opal-rspec-its-test
- Owner: wasnotrice
- Created: 2014-06-23T19:05:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-23T19:06:28.000Z (almost 11 years ago)
- Last Synced: 2025-01-29T23:44:31.903Z (4 months ago)
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```