Skip to content

Commit

Permalink
nifty_authentication: correcting documentation for Shoulda test option
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Dec 31, 2008
1 parent 6c44fff commit 0ed9f88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def add_options!(opt)
opt.separator 'Options:'
opt.on("--testunit", "Use test/unit for test files.") { options[:test_framework] = :testunit }
opt.on("--rspec", "Use RSpec for test files.") { options[:test_framework] = :rspec }
opt.on("--shoulda", "Use RSpec for test files.") { options[:test_framework] = :shoulda }
opt.on("--shoulda", "Use Shoulda for test files.") { options[:test_framework] = :shoulda }
opt.on("--haml", "Generate HAML views instead of ERB.") { |v| options[:haml] = true }
end

Expand Down

0 comments on commit 0ed9f88

Please sign in to comment.