GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: DataMapper Adapters
Homepage: http://www.yehudakatz.com
Clone URL: git://github.com/wycats/dm-adapters.git
wycats (author)
Tue May 13 16:06:43 -0700 2008
commit  a7bd92d1e8cf39ed1831324636db742eb07df8ac
tree    b1201d72cce219687abe1f5ac548a1e4d2d5b627
parent  a7c22d4ab214e153a23cd21ec6f5ef8ebc61e776
dm-adapters / salesforce / spec / dm-salesforce_spec.rb
100644 7 lines (6 sloc) 0.138 kb
1
2
3
4
5
6
7
require File.dirname(__FILE__) + '/spec_helper'
 
describe "dm-salesforce" do
  it "should do nothing" do
    true.should == true
  end
end