Amanda Dolan
Amanda Dolan
I'm seeing slightly different behavior (the only helper method I have seen missing is one from font-awesome-rails, my own methods, and Rail's built in methods are fine from what I've...
As a temporary solution, I've done this: ``` ruby RSpec.configure do |config| config.before(:each, type: :view) do view.extend FontAwesome::Rails::IconHelper end config.before(:each, type: :helper) do helper.extend FontAwesome::Rails::IconHelper end end ``` I've seen...
@d4rky-pl Whoops, I had it set as private on accident, it should work now.
I'm pretty sure that this is because environment variables set up in the repo settings aren't available to forks and the Postgres user and password environment variables need to be...