Skip to content

Commit

Permalink
Removing TestHelper from FeedService tests.
Browse files Browse the repository at this point in the history
This removes the overhead imprint.

Tests run at quick speed:

$ rake test:file[test/services/feed_service_test.rb]
test/services/feed_service_test.rb
Rack::File headers parameter replaces cache_control after Rack 1.5.
Run options: --seed 41627

.....

Finished tests in 0.015902s, 314.4225 tests/s, 377.3070 assertions/s.
  • Loading branch information
wilkie committed Mar 2, 2013
1 parent fdd12c2 commit b08437d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/services/feed_service_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
require 'mocha/setup'

describe FeedService do
include TestHelper

describe "#find_or_create!" do
let(:service) { FeedService.new(target_feed) }
let(:existing_feed) { mock }
Expand Down

0 comments on commit b08437d

Please sign in to comment.