Sha256: edccbf253ab14f6968263afb11130a569f545c0aed8895f2be071be4c5d76eac

Contents?: true

Size: 228 Bytes

Versions: 3

Compression:

Stored size: 228 Bytes

Contents

require 'spec_helper'

describe Cocoon do

  class TestClass < ActionView::Base

  end

  subject {TestClass.new}

  it { should respond_to(:link_to_add_association) }
  it { should respond_to(:link_to_remove_association) }

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cocoon-1.0.2 spec/cocoon_spec.rb
cocoon-1.0.1 spec/cocoon_spec.rb
cocoon-1.0.0 spec/cocoon_spec.rb