spec/time_spec.rb in darian_calendar-0.1.0 vs spec/time_spec.rb in darian_calendar-0.2

- old
+ new

@@ -76,10 +76,10 @@ @mars_time.should_not > future_time end end describe '#sols_in_year' do - it 'returns the count of sols in a martian year' do + it 'returns the number of sols in a martian year' do leap_mars_time = DarianCalendar::Time.from_earth(Time.utc(2013, 10, 15, 16, 50, 0)) leap_mars_time.sols_in_year.should == 669 @mars_time.sols_in_year.should == 668 end end