akitaonrails / utility-belt forked from gilesbowkett/utility-belt

IRB Power User Utility Belt

This URL has Read+Write access

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