Actions
Bug #3687
closedKafo tests depend on Ruby 1.9.3+, but the Gemspec doesn't specify this
Description
Running the
testrake target on EL6 fails due to import and syntax errors. If the tests depend on 1.9.3+, this should be detected or captured somewhere (gemspec?)
Updated by Marek Hulán about 11 years ago
During work on #3340 hopefully we'll setup testing on more ruby versions so we'll know what exactly is supported. I'm currently running tests on Ruby 2.0.0 and tests depends on simplecov and minitest. Later we could add some *-devel or *-test package which would install all test deps.
Updated by Dominic Cleal about 11 years ago
- Related to Feature #3340: Create a test infrastructure added
Updated by Marek Hulán about 11 years ago
- Status changed from New to Assigned
- Assignee set to Marek Hulán
- Target version set to 1.10.0
There is incompatible code on one place which can be fixed to support 1.8.
Updated by Marek Hulán about 11 years ago
- Status changed from Assigned to Closed
Fixed in https://github.com/theforeman/kafo/pull/43
Will take effect in next released version
Actions