public
Rubygem
Description: DataMapper - Core
Homepage: http://datamapper.org
Clone URL: git://github.com/sam/dm-core.git
Search Repo:
failing spec marked pending
Adam French (author)
Sun May 11 21:27:46 -0700 2008
commit  e47411920e1f21d32f79378cf617078acadebc0f
tree    c143fb830deda214f02572ca3083655e416feafe
parent  8e4e25d03a8579c36e695e1f040fb3ca36670e18
...
34
35
36
37
 
 
 
 
38
39
40
...
46
47
48
 
49
50
51
...
34
35
36
 
37
38
39
40
41
42
43
...
49
50
51
52
53
54
55
0
@@ -34,7 +34,10 @@ if HAS_SQLITE3
0
             SailBoat.first(:conditions => ['name = ?', 'A'])
0
           end
0
         end.should_not raise_error
0
-
0
+ end
0
+
0
+ it "should find by conditions passed in as hash" do
0
+ pending "see ticket [#275]"
0
         repository(:sqlite3) do
0
           SailBoat.create(:name => "couldbe@email.com", :port.not => nil)
0
           
0
@@ -46,6 +49,7 @@ if HAS_SQLITE3
0
           find.port.should_not be_nil
0
           find.name.should == 'couldbe@email.com'
0
         end
0
+
0
       end
0
 
0
       it "should order results" do

Comments

    No one has commented yet.