spec/unit/cli_spec.rb in trollolo-0.0.10 vs spec/unit/cli_spec.rb in trollolo-0.0.11

- old
+ new

@@ -15,11 +15,11 @@ full_board_mock dir = given_directory @cli.options = {"board-list" => "spec/data/board-list.yaml", "output" => dir} @cli.burndowns - expect(File.exist?(File.join(dir,"orange/burndown-data-01.yaml"))) - expect(File.exist?(File.join(dir,"blue/burndown-data-01.yaml"))) + expect(File.exist?(File.join(dir, "orange/burndown-data-01.yaml"))) + expect(File.exist?(File.join(dir, "blue/burndown-data-01.yaml"))) end it "backups board" do expect_any_instance_of(Backup).to receive(:backup) @cli.options = {"board-id" => "1234"}