Add placeholder specs to fill out eventually.
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user