Add placeholder specs to fill out eventually.

This commit is contained in:
Josh Nichols
2011-05-30 20:14:04 -04:00
parent c3999f92b1
commit 8c1f0bd05c

View File

@@ -1,6 +1,6 @@
require 'spec_helper' require 'spec_helper'
describe Homesick do describe "homesick" do
before do before do
@homesick = Homesick.new @homesick = Homesick.new
end end
@@ -91,6 +91,16 @@ describe Homesick do
end end
end end
describe "pull" do
xit "needs testing"
describe "--all" do
xit "needs testing"
end
end
describe "track" do describe "track" do
it "should move the tracked file into the castle" do it "should move the tracked file into the castle" do
some_rc_file = @user_dir.file '.some_rc_file' some_rc_file = @user_dir.file '.some_rc_file'