Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
djones committed Jul 28, 2010
1 parent 41197d1 commit c5cbaaa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@
File.exist?(File.join(@tmp_refinery_app_root, '/themes', name)).should be_true
end

Then /^I should have a stylsheet named "([^"]*)"$/ do |name|
Then /^I should have a stylesheet named "([^"]*)"$/ do |name|
File.exist?(File.join(@tmp_refinery_app_root, '/themes', name)).should be_true
end

Expand Down

0 comments on commit c5cbaaa

Please sign in to comment.