0.0
This is useful for such things as maintenance mode, testing, and heavy migrations.
2020
2021
2022
2023
2024
2025
0.0
Helper for caching builds when using 'build for testing' & 'test without building'
2020
2021
2022
2023
2024
2025
0.0
Mock iTunes receipt validation responses for testing
2020
2021
2022
2023
2024
2025
0.0
Rails-CI can automatially parse your testing output so we can give you detailed feedback. Add this gem so we can automatically add the gems required to parse your test output.
2020
2021
2022
2023
2024
2025
0.0
Rails plugin to make testing Rails on test/spec easier.
2020
2021
2022
2023
2024
2025
0.0
Allows creation of a whole graph of objects on the fly during testing
2020
2021
2022
2023
2024
2025
0.0
Switch your Rails database on the fly for each HTTP request. Useful for integration and acceptance testing (test isolation & state management).
2020
2021
2022
2023
2024
2025
0.0
Faciliates SOA (software oriented architecture) integration testing.
2020
2021
2022
2023
2024
2025
0.0
A binding for the built-in Rails integration testing that allows for calling the Capybara DSL, setting drivers, etc.
2020
2021
2022
2023
2024
2025
0.0
Ruby testing framework for writing *true* tests
2020
2021
2022
2023
2024
2025
0.0
Testing tool that allows for transactionless fixture data within specific contexts (useful in Shoulda and Factory Girl)
2020
2021
2022
2023
2024
2025
0.0
Webservice client for FT Video acceptance testing
2020
2021
2022
2023
2024
2025
0.0
Include the FSTest module for testing file existence, and file contents.
2020
2021
2022
2023
2024
2025
0.0
A place to stash Test::Unit assertions I've found handy. Use at your own risk
2020
2021
2022
2023
2024
2025
0.0
Downloads, corrupts, and uploads client sqlite dbs for testing purposes.
2020
2021
2022
2023
2024
2025
0.0
# Game
A Ruby-powered MVC game framework.
## Install
```sh
$ gem install game
```
## Usage
### Setup
```sh
$ game new my_cool_game
```
This will create a new directory named `my_cool_game` in the current working directory.
The directory is laid out very much like a Rails application:
...
2020
2021
2022
2023
2024
2025
0.0
A simple hello world gem testing
2020
2021
2022
2023
2024
2025
0.0
testing this out
2020
2021
2022
2023
2024
2025
0.0
This is for testing my first gem.This will not do anything special.
2020
2021
2022
2023
2024
2025
0.0
Useful if you are a gem author: it eases testing your gem locally, and pushing it to RubyGems
2020
2021
2022
2023
2024
2025