Sha256: 26d727b54807f31fe9357aa8082b147afded18e9b2be8fb0bbff3b7015b6ee25

Contents?: true

Size: 253 Bytes

Versions: 2

Compression:

Stored size: 253 Bytes

Contents

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

describe Tagging do
  before(:each) do
    @tagging = Tagging.new
  end

  describe 'Tagging' do
    it 'should respond to "domain_id"' do
      @tagging.should respond_to(:domain_id)
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
acts-as-taggable-on-for-domains-0.1.1 spec/acts_as_taggable_on/tagging_spec.rb
acts-as-taggable-on-for-domains-0.1.0 spec/acts_as_taggable_on/tagging_spec.rb