spec/api/group_export_spec.rb in the-city-admin-0.7.0 vs spec/api/group_export_spec.rb in the-city-admin-0.7.1
- old
+ new
@@ -1,19 +1,15 @@
require File.join(Dir.pwd, 'spec', 'spec_helper')
describe 'GroupExport' do
before do
- simulate_connection_to_server
+ #simulate_connection_to_server
end
after do
end
-
-
- it 'should pass if ....'
-
end