Add placeholder specs to fill out eventually.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe Homesick do
|
||||
describe "homesick" do
|
||||
before do
|
||||
@homesick = Homesick.new
|
||||
end
|
||||
@@ -91,6 +91,16 @@ describe Homesick do
|
||||
end
|
||||
end
|
||||
|
||||
describe "pull" do
|
||||
|
||||
xit "needs testing"
|
||||
|
||||
describe "--all" do
|
||||
xit "needs testing"
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
describe "track" do
|
||||
it "should move the tracked file into the castle" do
|
||||
some_rc_file = @user_dir.file '.some_rc_file'
|
||||
|
||||
Reference in New Issue
Block a user