0
@@ -4,7 +4,6 @@ describe "Playlist.has_many :songs association" do
0
Object.send!(:remove_const,'Playlist') if defined?(Playlist)
0
Object.send!(:remove_const,'Song') if defined?(Song)
0
@@ -173,7 +172,6 @@ describe "Playlist.has_many :songs association with sort slot defined" do
0
Object.send!(:remove_const,'Playlist') if defined?(Playlist)
0
Object.send!(:remove_const,'Song') if defined?(Song)
0
@@ -195,7 +193,6 @@ describe "Playlist.has_many :songs association with sort slot defined and revers
0
Object.send!(:remove_const,'Playlist') if defined?(Playlist)
0
Object.send!(:remove_const,'Song') if defined?(Song)
0
@@ -218,7 +215,6 @@ describe "Namespace::Playlist.has_many :songs association" do
0
Object.send!(:remove_const,'Namespace') if defined?(Namespace)
0
Namespace.nsurl 'namespace'
0
@@ -243,7 +239,6 @@ describe "Playlist.has_many :rock_songs, :through => :songs, :conditions => { :g
0
Object.send!(:remove_const,'Playlist') if defined?(Playlist)
0
Object.send!(:remove_const,'Song') if defined?(Song)
0
@@ -265,7 +260,6 @@ describe "Playlist.has_many :songs, :foreign_reference => :belongs_to_playlist a
0
Object.send!(:remove_const,'Playlist') if defined?(Playlist)
0
Object.send!(:remove_const,'Song') if defined?(Song)
0
@@ -286,7 +280,6 @@ describe "Playlist.has_many :all_songs, :through => :songs association" do
0
Object.send!(:remove_const,'Playlist') if defined?(Playlist)
0
Object.send!(:remove_const,'Song') if defined?(Song)
0
@@ -308,7 +301,6 @@ describe "Playlist.has_many :authors, :through => [:songs,:authors] association"
0
Object.send!(:remove_const,'Playlist') if defined?(Playlist)
0
Object.send!(:remove_const,'Song') if defined?(Song)
0
describe "Playlist.has_many :songs, :extend => MyExt association" do
0
Object.send!(:remove_const,'Playlist') if defined?(Playlist)
0
Object.send!(:remove_const,'Song') if defined?(Song)
0
Object.send!(:remove_const,'MyExt') if defined?(MyExt)
0
describe "Playlist.has_many :songs do .. end association" do
0
Object.send!(:remove_const,'Playlist') if defined?(Playlist)
0
Object.send!(:remove_const,'Song') if defined?(Song)
Comments
No one has commented yet.