1
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
generated env.rb includes the 'safe folder' Before block More... about 15 years ago
'Given a safe place' is now in a common Before block; so no longer explicitly required More... about 15 years ago
executable: generated executable includes: require 'rubygems' More... about 15 years ago
release 1.4.1 with fixed manifest More... about 15 years ago
release 1.4.0 More... about 15 years ago
When newgem structures are generated in scenarios they are populated with name, email, project url More... about 15 years ago
using double quotes for arguments in steps instead of single quotes; using 'I should' for more steps More... about 15 years ago
module_name supports hyphens throughout all generators (they are treated as underscores for camelize method) More... about 15 years ago
replaced all 'FileUtils.chdir(@active_project_folder) do' with 'in_project_folder do' in cucumber steps More... about 15 years ago
all +require 'rubygems'+ are conditional unless ENV['NO_RUBYGEMS'] [thx David Chelimsky + Ryan Tomayko] More... about 15 years ago
all require 'rubygems' are conditional unless ENV['NO_RUBYGEMS']; rspec 1.2 requires our steps to add a spec/autorun load first More... about 15 years ago
install_shoulda - use "newgem -T shoulda" to use shoulda for testing instead of test_unit or rspec More... about 15 years ago
checking that tests pass on test/unit + rspec projects; now for shoulda More... about 15 years ago
history thx to Ben Mabey for idea for common.rb using modules for helper methods More... about 15 years ago
refactored features to use 'I' prefixed When steps More... about 15 years ago
cucumber support files use modules instead of polluting root namespace More... over 15 years ago
converted all steps %r{...} to classic /.../ regexps More... over 15 years ago
moved helper step methods into features/support/common.rb More... over 15 years ago
some TODO thoughts on a 'rake post_rubyflow' task More... over 15 years ago
upgraded features folder structure as per Rails' typical structure More... over 15 years ago
Print to supplied stdout, else the generated test for the executable won't fail as expected. More... over 15 years ago
Added a generator for Shoulda More... over 15 years ago
bump manifest More... over 15 years ago
move website to gh-pages branch, and official homepage to http://drnic.github.com/newgem More... over 15 years ago
migrated website -> gh-pages branch, and replaced with submodule link More... over 15 years ago
temporarily removing website whilst moving to gh-pages branch More... over 15 years ago
update website for 1.2.3 More... over 15 years ago
in steps, @stdout is always an expanded path; fixed tests for cucumber to assume its using --format progress More... over 15 years ago
"rake features" uses --format progress
 More... over 15 years ago
bumped manifest More... over 15 years ago