Skip to content

Commit

Permalink
Fixing stuck CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
dvjones89 committed Jun 11, 2017
1 parent 5d3a64e commit 4b722ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/sheldon/sheldon_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
describe "#build" do
context "for a directory with 2 config_ files" do
it "should build a master config file successfully" do
byebug
File.write(File.join(abs_home_path, 'config_1'), 'hello')
File.write(File.join(abs_home_path, 'config_2'), 'world')
expect(sheldon.build(abs_home_path)).to be true
Expand Down

0 comments on commit 4b722ac

Please sign in to comment.