methodmissing / rpm forked from newrelic/rpm

New Relic RPM Agent

This URL has Read+Write access

rpm / newrelic_spec.rb
100644 9 lines (8 sloc) 0.254 kb
1
2
3
4
5
6
7
8
9
# Specs not currently implemented. Unit tests may only run when this is installed
# as a plugin in a Rails application.
require File.dirname(__FILE__) + '/spec_helper'
 
describe "newrelic" do
  it "should do nothing" do
    true.should == true
  end
end