spec/bacon/spec_helper.rb in clintegracon-0.5.2 vs spec/bacon/spec_helper.rb in clintegracon-0.5.3
- old
+ new
@@ -25,18 +25,17 @@
s.default_args = [
'--verbose',
'--no-ansi'
]
s.replace_path ROOT.to_s, 'ROOT'
- s.replace_path `bundle show claide`.rstrip, 'CLAIDE_SRC'
end
file_tree_spec_context do |c|
c.ignores '.DS_Store'
c.ignores '.gitkeep'
- c.has_special_handling_for 'execution_output.txt' do |path|
- File.read(path).gsub(/:in `<main>'$/, '') # workaround different stack trace format by ruby-1.8.7
+ c.has_special_handling_for 'CaPheSuaDa.brewed-coffee' do |path|
+ File.read(path)
end
end
describe 'Brew recipes' do