spec/fixtures/layouts.yml in teamocil-0.2 vs spec/fixtures/layouts.yml in teamocil-0.2.1

- old
+ new

@@ -11,10 +11,11 @@ root: "/bar" splits: - cmd: - "echo 'bar'" - "echo 'bar in an array'" + target: bottom-right - cmd: "echo 'bar again'" width: 50 # Simple two windows layout with filters two-windows-with-filters: @@ -30,5 +31,13 @@ - "echo second after filter" splits: - cmd: "echo 'foo'" - cmd: "echo 'foo again'" width: 50 + +three-windows-within-a-session: + session: + name: "my awesome session" + windows: + - name: "first window" + - name: "second window" + - name: "third window"