spec/soundcloud_user_spec.rb in soundcloud-ruby-api-wrapper-0.1.8 vs spec/soundcloud_user_spec.rb in soundcloud-ruby-api-wrapper-0.1.9
- old
+ new
@@ -60,9 +60,9 @@
it 'should find exactly one fan / two fans' do
@api_test_2.fans({:limit => 1}).count.should be == 1
@api_test_2.fans({:limit => 2}).count.should be == 2
end
-
+
end