Blame view

tests/snapshots.t 455 Bytes
d36c6f93d   Shrikant Sharat   Implemented `anti...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  Load a couple of plugins.
  
    $ antigen-bundle $PLUGIN_DIR
    Cloning into '*'... (glob)
    done.
    $ antigen-bundle $PLUGIN_DIR2
    Cloning into '*'... (glob)
    done.
  
  Create a snapshot file.
  
    $ test -f snapshot-file
    [1]
    $ antigen-snapshot snapshot-file
    $ test -f snapshot-file
  
  See the contents of the snapshot file.
  
    $ cat snapshot-file
    version='1'; created_on='*'; checksum='*'; (glob)
    .{40} .*-test-plugin (re)
    .{40} .*-test-plugin2 (re)