This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
describe Expiry do | |
4 it "should calculate expiry in days" do | |
5 exp = Expiry.new(2.days.from_now) | |
6 exp.days.should be_equal(2) | |
7 end | |
8 | |
9 it "should calculate expiry in hours" do | |
10 exp = Expiry.new(100.hours.from_now) | |
11 exp.hours.should be_equal(100) | |
12 end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="" method="post" id="commentform"> | |
<p><input type="text" name="wp[leyndo]" value="ruslarakki" /> | |
<p><input type="text" name="wp[author]" id="author" value="baldur" size="22" tabindex="1" /> | |
<label for="author"><small>Name </small></label></p> | |
<p><input type="text" name="wp[email]" id="email" value="[email protected]" size="22" tabindex="2" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set mainfont {Monaco 12} | |
2 set textfont {Monaco 12} | |
3 set uifont {"Monaco Bold" 12} | |
4 set tabstop 8 | |
5 set findmergefiles 0 | |
6 set maxgraphpct 50 | |
7 set maxwidth 16 | |
8 set cmitmode patch | |
9 set wrapcomment none | |
10 set autoselect 1 |
NewerOlder