| Name |
Last commit
|
Last update |
|---|---|---|
| bin | ||
| lib | ||
| spec | ||
| .document | ||
| .gitignore | ||
| .rspec | ||
| .travis.yml | ||
| .yardopts | ||
| AUTHORS.rdoc | ||
| CHANGELOG.rdoc | ||
| Gemfile | ||
| Guardfile | ||
| LICENSE.txt | ||
| README.rdoc | ||
| Rakefile | ||
| TODO.rdoc | ||
| annotate.gemspec |
This conversion is done by Transpec 2.2.5 with the following command:
transpec
* 34 conversions
from: obj.should
to: expect(obj).to
* 27 conversions
from: obj.should_receive(:message)
to: expect(obj).to receive(:message)
* 18 conversions
from: == expected
to: eq(expected)
* 4 conversions
from: obj.should_not
to: expect(obj).not_to
* 4 conversions
from: obj.stub(:message)
to: allow(obj).to receive(:message)
For more details: https://github.com/yujinakayama/transpec#supported-conversions
| Name |
Last commit
|
Last update |
|---|---|---|
| bin | Loading commit data... | |
| lib | Loading commit data... | |
| spec | Loading commit data... | |
| .document | Loading commit data... | |
| .gitignore | Loading commit data... | |
| .rspec | Loading commit data... | |
| .travis.yml | Loading commit data... | |
| .yardopts | Loading commit data... | |
| AUTHORS.rdoc | Loading commit data... | |
| CHANGELOG.rdoc | Loading commit data... | |
| Gemfile | Loading commit data... | |
| Guardfile | Loading commit data... | |
| LICENSE.txt | Loading commit data... | |
| README.rdoc | Loading commit data... | |
| Rakefile | Loading commit data... | |
| TODO.rdoc | Loading commit data... | |
| annotate.gemspec | Loading commit data... |