spec/lib/writefully/indices_spec.rb in writefully-0.7.1 vs spec/lib/writefully/indices_spec.rb in writefully-0.8.0

- old
+ new

@@ -9,9 +9,9 @@ before do Writefully.stub(:options).and_return({content: '/Users/zacksiri/Repositories/writefully/spec/dummy/content/' }) end it "#build_from" do - Indices.build_from(full_path).should eq index + expect(Indices.build_from(full_path)).to eq index end end end \ No newline at end of file