Skip to content

Using rspec with OCRAN executable #22

@divinity666

Description

@divinity666

Thanks a lot for this amazing software and keeping it alive! I am using is to build the executable of my open source ruby application and ship it for windows users.

I recognized, that OCRAN somehow does not seem to capture all relevant gems, though I really don't do any fancy stuff on require-ing. To solve this, I started mentioning explicit requires for missing parts, which then seems to work.

Unfortunately, I recognized, that it's not obvious, what might be missing, so I tried to include the OCRAN built in my automated test pipeline and wanted to call it via rspec and simple Kernel#system calls. And here comes the issue: I get random issues, telling me something with bundler is not correct, though calling the executable from console works out fine.

Could it be, that OCRAN mixes something up, when being called from rspec?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions