[TESTS]BEAKER

40 views
Skip to first unread message

Israel Ribeiro

unread,
Jun 24, 2014, 9:48:40 AM6/24/14
to example42-pu...@googlegroups.com
Hi, guys.

I was trying to test a tiny module that i did to learn about tests, and when i run bundle exec rake beaker, it tells me that my class does not exist:

Could not find declared class php_fcgi

Is there something that i'm missing?

PS: i generated this module using puppet-skeleton.

Thanks,

Israel Ribeiro

Alessandro Franceschi

unread,
Jun 24, 2014, 9:54:20 AM6/24/14
to example42-pu...@googlegroups.com
You might need to place in the .fixtures.yml file in your main module's directory something like:

fixtures:
  repositories:
[... here all the modules which are eventually needed by your module]
  symlinks:
    "php_fcgi": "#{source_dir}"

Just guessing
Al

Israel Ribeiro

unread,
Jun 24, 2014, 10:23:56 AM6/24/14
to example42-pu...@googlegroups.com
That was it. Thanks, Al. 
Reply all
Reply to author
Forward
0 new messages