You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your gem looks very promising. Sadly it doesn't seem to do anything when using Turnip instead of Cucumber, although it gives some output:
rake spec DEADWEIGHT=true
[deprecated] I18n.enforce_available_locales will default to true in the future. If you really want to skip validation of your locale you can set I18n.enforce_available_locales = false to avoid this message.
/Users/josh/.rvm/rubies/ruby-2.0.0-p353/bin/ruby -S rspec ./spec/acceptance/members/confirm_registration.feature ./spec/acceptance/members/member_edit.feature ./spec/acceptance/members/member_show.feature ./spec/acceptance/members/sign_in.feature ./spec/acceptance/members/sign_out.feature ./spec/acceptance/members/sign_up.feature ./spec/cells/mini_hub_cell_spec.rb ./spec/controllers/dashboards_controller_spec.rb ./spec/models/member_spec.rb ./spec/routing/members_routing_spec.rb
found 0 unused selectors out of 0 total
The specs are successfully run, and I added some unused CSS selectors to my code so Deadweight could find them, but nothing happens.
Any hint on how to debug this? I have activated @js, @chrome and @selenium for some of the feature tests, so the CSS is definitely compiled and available.
Thanks for help.
The text was updated successfully, but these errors were encountered:
Your gem looks very promising. Sadly it doesn't seem to do anything when using Turnip instead of Cucumber, although it gives some output:
The specs are successfully run, and I added some unused CSS selectors to my code so Deadweight could find them, but nothing happens.
Any hint on how to debug this? I have activated
@js
,@chrome
and@selenium
for some of the feature tests, so the CSS is definitely compiled and available.Thanks for help.
The text was updated successfully, but these errors were encountered: