Sha256: 54501b64ec3830617f719cb956b98fd84496f52054da86d1568ab25807fa1f0c
Contents?: true
Size: 265 Bytes
Versions: 5
Compression:
Stored size: 265 Bytes
Contents
require 'spec_helper' module Alchemy describe ElementToPage do # ClassMethods describe '.table_name' do it "should return table name" do expect(ElementToPage.table_name).to eq('alchemy_elements_alchemy_pages') end end end end
Version data entries
5 entries across 5 versions & 2 rubygems