Sha256: a985758f63506d4164a9c839969bc07e721878bc9f93537da0d067a3444fd26a
Contents?: true
Size: 273 Bytes
Versions: 2
Compression:
Stored size: 273 Bytes
Contents
# -*- coding: utf-8 -*- require File.join(File.dirname(__FILE__), '..', 'spec_helper') describe ConsadoleAggregator::NikkanSports, 'NikkanSports の:' do it 'list を実行した場合 ' do ConsadoleAggregator::NikkanSports.list.should respond_to(:each) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
consadole_aggregator-0.0.2 | spec/consadole_aggregator/nikkan_sports_spec.rb |
consadole_aggregator-0.0.0 | spec/consadole_aggregator/nikkan_sports_spec.rb |