spec/parsi-date/strftime_spec.rb in parsi-date-0.2.1 vs spec/parsi-date/strftime_spec.rb in parsi-date-0.2.2
- old
+ new
@@ -6,10 +6,10 @@
it "should be able to print the date" do
Parsi::Date.civil(1390, 4, 6).strftime.should == "1390/04/06"
end
it "should be able to print the full day name" do
- Parsi::Date.civil(1390, 4, 6).strftime("%A").should == "دوشنده"
+ Parsi::Date.civil(1390, 4, 6).strftime("%A").should == "دوشنبه"
end
it "should be able to print the short day name" do
Parsi::Date.civil(1390, 4, 6).strftime("%a").should == "۲ش"
end
\ No newline at end of file