Sha256: bcb4c20a9f7db3bb280c6444bc0940bc0535a9d5597a6fcdab67b782c56f90ab

Contents?: true

Size: 905 Bytes

Versions: 7

Compression:

Stored size: 905 Bytes

Contents

#
# Copyright (C) 2009  Red Hat, Inc.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA


shared_examples_for "all resources" do

  before(:each) do
    reload_fixtures
  end

  after(:each) do
    #clean_fixtures
  end

end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
deltacloud-client-0.0.7 specs/shared/resources.rb
deltacloud-client-0.0.6 specs/shared/resources.rb
deltacloud-client-0.0.5 specs/shared/resources.rb
deltacloud-client-0.0.4 specs/shared/resources.rb
jcrossley-deltacloud-client-0.0.3.1 specs/shared/resources.rb
deltacloud-client-0.0.3 specs/shared/resources.rb
deltacloud-client-0.0.2 specs/shared/resources.rb