create: Refactor NewContent to be testable
authorCameron Moore <moorereason@gmail.com>
Thu, 17 Mar 2016 18:30:33 +0000 (13:30 -0500)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 20 Mar 2016 22:51:17 +0000 (23:51 +0100)
commit9323707b32a49ac99f56271e041399eaa90dd1cc
tree565e68435923cea7f03371343ccead1ed287d930
parentbafb77172b8896131db6fad002a32df087b6aec1
create: Refactor NewContent to be testable

NewContent is refactored to use the afero.Fs interface that should allow
full testing.  This commit also pulls the metadata creation logic out of
NewContent and into a separate function to decrease the cyclomatic
complexity of NewContent.
commands/new.go
create/content.go
create/content_test.go [new file with mode: 0644]