Sha256: a3f143e06c7b1636fe3f87cd344a975ca1bc55d747dde548fb708809f24aef25

Contents?: true

Size: 289 Bytes

Versions: 4

Compression:

Stored size: 289 Bytes

Contents

require File.dirname(__FILE__) + '/spec_helper'
require File.dirname(__FILE__) + "/stack"

describe Stack, ' (not implemented features)'  do
  before(:each) do
    @stack = Stack.new
  end

  it "should transform to xml using #to_xml"
  
  it "should convert from xml using #from_xml"
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
has_finder-0.1.1 spec/rails/vendor/plugins/rspec/examples/not_yet_implemented_spec.rb
has_finder-0.1.2 spec/rails/vendor/plugins/rspec/examples/not_yet_implemented_spec.rb
has_finder-0.1.3 spec/rails/vendor/plugins/rspec/examples/not_yet_implemented_spec.rb
rspec-1.0.5 examples/not_yet_implemented_spec.rb