Displaying 2 results from an estimated 2 matches for "gemhelper".
Did you mean:
gdbhelper
2005 Dec 19
10
missing shortcut
I''m trying to start RubyGems on my hd. Windows searches for and can''t
find a file named gemhelp.cmd
Can I download that files somewhere?
--
Posted via http://www.ruby-forum.com/.
2011 Jul 20
0
Testing Gems
...ings.
I''m thinking something in rspec/shoulda along the following lines:
describe "MyGem" do
describe "generators" do
it {should generate :Rakefile}
it "should have helpers in Rakefile" do
generated(:Rakefile).should include
"Bundle::GemHelper.install_tasks"
end
end
end
this would be for testing paths in the generated files which switch on
conditions, or indeed to test and prevent regression of a particular
issue.
Maybe I''m being crazy obsessive about what I want to test, but this
seems to be something we''...