Skip to content

Commit

Permalink
Fix spec tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom McLaughlin committed Aug 9, 2013
1 parent 871e0b7 commit 1830a68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/defines/init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
should contain_exec("concat_/etc/foo.bar").with_command(
"#{basedir}/bin/concatfragments.sh " +
"-o #{basedir}/_etc_foo.bar/fragments.concat.out " +
"-d #{basedir}/_etc_foo.bar "
"-d #{basedir}/_etc_foo.bar "
)
end
end
Expand Down Expand Up @@ -105,7 +105,7 @@
should contain_exec("concat_foobar").with_command(
"#{basedir}/bin/concatfragments.sh " +
"-o #{basedir}/foobar/fragments.concat.out " +
"-d #{basedir}/foobar "
"-d #{basedir}/foobar "
)
end

Expand Down

0 comments on commit 1830a68

Please sign in to comment.