https://github.com/floriank/openproject_test
https://github.com/floriank/openproject_test
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/floriank/openproject_test
- Owner: floriank
- License: gpl-2.0
- Created: 2015-05-08T00:37:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-18T23:38:16.000Z (over 2 years ago)
- Last Synced: 2025-02-27T18:44:27.292Z (4 months ago)
- Language: Ruby
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Openproject Test
This gem provides support tasks for OpenProject plugin development. It primarily should allow the testing of multiple plugins against different versions of OP and should make your plugin able to run it's tests indepedent of the core.
## Installation
Add this line to your OpenProject Plugin Gemfile.
```
group :test do
gem 'openproject_test'
end
```
And then execute:$ bundle
Or install it yourself as:
$ gem install openproject_test
## Contributing
1. Fork it ( https://github.com/floriank/openproject_test/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request