public
Description: IRB Power User Utility Belt
Homepage: http://utilitybelt.rubyforge.org
Clone URL: git://github.com/gilesbowkett/utility-belt.git
gilesbowkett (author)
Tue Feb 26 11:27:51 -0800 2008
utility-belt / spec / language_greps_spec.rb
100644 10 lines (7 sloc) 0.201 kb
1
2
3
4
5
6
7
8
9
10
require File.join(File.dirname(__FILE__), "spec_helper")
require "lib/utility_belt/language_greps"
describe "language greps" do
 
  it "should handle String#blank?" do
    "".should be_blank
  end
 
end