spec/helpers/placeholder_helper_spec.rb in stationed-0.5.0 vs spec/helpers/placeholder_helper_spec.rb in stationed-0.6.0

- old
+ new

@@ -1,7 +1,7 @@ require 'spec_helper' -describe PlaceholderHelper do +RSpec.describe PlaceholderHelper, type: :helper do before do allow(helper).to receive(:controller_name).and_return('products') allow(helper).to receive(:action_name).and_return('index') end