Actions
Bug #3677
closedEngine: System.class_name is undefined
Description
In a recent PR, we were getting errors (undefined method class_name) on the System class:
Here's the error:
Thus we're skipping the test. We shouldn't have had to make this change. I think another System class or module is getting defined somewhere else somehow and is overriding Katello's System class. I tried both Katello::System and just System. Both threw the undefined method error.
Here's another backtrace: https://f.cloud.github.com/assets/86290/1545710/8fdafb74-4d7a-11e3-95ef-919fa06df4dd.png
Actions