More details:
I have two rails projects (A and B) with the following gems, among others:
#project A
gem "green_theme", :path => "~/dev/themes/green_theme"
gem "devel_tasks", :path => "~/dev/themes/devel_tasks"
#project B
gem "red_theme", :path => "~/dev/themes/red_theme"
gem "devel_tasks", :path => "~/dev/themes/devel_tasks"
Both projects, A and B, have a features dir for features and steps.
Both themes, red and green, should have common functionalities like
login/logout buttons, html meta-tags, and so on.
What I need to do is place the commom theme related features and steps
inside the devel_tasks gem. This way I can share the tests and use
them to check if a given template is compliant with the standard.
A simple way to test what I need to do is create a new rails project
with a sample cucumber feature, then try to run "cucumber
examples/i18n/en/features".
Thanks for your time.
2012/7/25 aslak hellesoy <
aslak.h...@gmail.com>:
--
Att,
Marcos Rocha
+55 61 82125959
--