Skip to content

Commit

Permalink
Cleaned up gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
patientslikeme committed Jan 6, 2009
1 parent 93729b3 commit 00295e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 3 additions & 2 deletions campaign_monitor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ Gem::Specification.new do |s|
'lib/campaign_monitor.rb',
'lib/campaign_monitor/campaign.rb',
'lib/campaign_monitor/client.rb',
'lib/campaign_monitor/helpers.rb',
'lib/campaign_monitor/list.rb',
'lib/campaign_monitor/result.rb',
'lib/campaign_monitor/subscriber.rb',

'support/faster-xml-simple/lib/faster_xml_simple.rb',
'support/faster-xml-simple/test/xml_simple_comparison_test.rb',
'support/faster-xml-simple/test/regression_test.rb',
'support/faster-xml-simple/lib/faster_xml_simple.rb',
'support/faster-xml-simple/test/test_helper.rb',
'support/faster-xml-simple/test/xml_simple_comparison_test.rb',

'test/campaign_monitor_test.rb',
]
Expand Down
8 changes: 6 additions & 2 deletions test/campaign_monitor_test.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
class CampaignMonitorTest < Test::Unit::TestCase

def setup

def setup
end

def test_truth
# TODO - Testify this gem
assert true
end
end

0 comments on commit 00295e3

Please sign in to comment.