spec/command/rebind_spec.rb in retter-0.2.1 vs spec/command/rebind_spec.rb in retter-0.2.2

- old
+ new

@@ -43,11 +43,11 @@ end describe 'entries.html' do let(:entries_html) { Retter.config.retter_home.join('entries.html').read } - it { texts_of(entries_html, 'a.entry').first.should == '2011-01-01' } - it { texts_of(entries_html, 'a.title').should == %w(朝11時 夜1時) } + it { texts_of(entries_html, 'a.entry').first.should == '01/01' } + it { texts_of(entries_html, 'a.article').should == %w(朝11時 夜1時) } end describe 'entry.html' do let(:entry_html) { Retter::Pages.entry_file(date).read }