Skip to content

Commit

Permalink
More use codeblock indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Sep 23, 2016
1 parent 257c0a3 commit b96cc09
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions test/lock_test.cr
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ module Shards
class LockTest < Minitest::Test
def test_parses
shards = Lock.from_yaml <<-YAML
version: 1.0
shards:
repo:
github: user/repo
version: 1.2.3
example:
git: https://example.com/example-crystal.git
commit: 0d246ee6c52d4e758651b8669a303f04be9a2a96
YAML
version: 1.0
shards:
repo:
github: user/repo
version: 1.2.3
example:
git: https://example.com/example-crystal.git
commit: 0d246ee6c52d4e758651b8669a303f04be9a2a96
YAML

assert_equal 2, shards.size

Expand Down

0 comments on commit b96cc09

Please sign in to comment.