summaryrefslogtreecommitdiff
path: root/_posts/2011-03-30-blogrite-002-where-to-even-start.html
diff options
context:
space:
mode:
authorJosé Mota <josemota.net@gmail.com>2012-04-06 19:40:37 +0100
committerJosé Mota <josemota.net@gmail.com>2012-04-06 19:40:37 +0100
commit3204575bfcd1f12db5945c8959073d40915cfdfe (patch)
tree5b35a0896f91043c931482b5ecb99dc2aa154310 /_posts/2011-03-30-blogrite-002-where-to-even-start.html
parent6644e3213758ac5f8ea4f388d4dcf4105e7d4530 (diff)
Import all posts.
Diffstat (limited to '_posts/2011-03-30-blogrite-002-where-to-even-start.html')
-rw-r--r--_posts/2011-03-30-blogrite-002-where-to-even-start.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/_posts/2011-03-30-blogrite-002-where-to-even-start.html b/_posts/2011-03-30-blogrite-002-where-to-even-start.html
new file mode 100644
index 0000000..793935b
--- /dev/null
+++ b/_posts/2011-03-30-blogrite-002-where-to-even-start.html
@@ -0,0 +1,25 @@
+---
+layout: post
+title: Blogrite 002 – Where to even start
+tags:
+- Development
+- Personal improvement
+- ruby
+- screencast
+status: publish
+type: post
+published: true
+meta:
+ _edit_last: '1'
+ _wp_old_slug: ''
+---
+It's the first time I am writing any tests at all, I'm dead serious. Please bear with me, I'd appreciate your help in guiding towards the magic of TDD. Thanks guys.
+<h3>What I noticed already</h3>
+<ul>
+ <li>I chose Minitest after Rspec because it's leaner, which is what I want for now.</li>
+ <li>Requiring 'minitest/autorun' will run my tests automatically.</li>
+ <li>The class to inherit from is Minitest::Unit::TestCase, not from the Test module.</li>
+</ul>
+I'm still missing stuff like how to require and autoload right. I'm pretty sure is wrong with that.
+
+<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="466" height="291" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=21714980&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" /><embed type="application/x-shockwave-flash" width="466" height="291" src="http://vimeo.com/moogaloop.swf?clip_id=21714980&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" allowscriptaccess="always" allowfullscreen="true"></embed></object>