fix spec typo

This commit is contained in:
Josh Holtrop 2014-06-12 11:31:56 -04:00
parent 0cbf05da49
commit da457b9138

View File

@ -143,7 +143,7 @@ describe Rscons do
lines.should == [] lines.should == []
end end
it "does not rebuild a C module when only the file's timestampe has changed" do it "does not rebuild a C module when only the file's timestamp has changed" do
test_dir('header') test_dir('header')
env = Rscons::Environment.new do |env| env = Rscons::Environment.new do |env|
env.Program('header', Dir['*.c']) env.Program('header', Dir['*.c'])