Skip to content

Commit e6b8033

Browse files
authored
Apply suggestion from @gildesmarais
1 parent 7d947b8 commit e6b8033

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

spec/html2rss/configs_dynamic_spec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
let(:relative_path) { self.class.metadata[:relative_path] }
2929

3030
it 'debugs the config' do
31+
puts "Debugging config: #{relative_path}"
32+
puts "File path: #{config_file}"
33+
puts "Config name: #{config_name}"
34+
puts "Domain: #{domain}"
3135
expect(relative_path).to be_a(String) # Add meaningful expectation
3236
end
3337
end

0 commit comments

Comments
 (0)