Skip to content

Instantly share code, notes, and snippets.

@radar
Created April 22, 2015 03:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save radar/a766e5aea4e3e8dbc562 to your computer and use it in GitHub Desktop.
Save radar/a766e5aea4e3e8dbc562 to your computer and use it in GitHub Desktop.
require 'rspec'
require 'rspec/autorun'
class Foo
end
RSpec.describe Foo do
it "tests" do
expect(subject.class).to eq(Foo)
end
end
.
Finished in 0.00176 seconds (files took 0.16787 seconds to load)
1 example, 0 failures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment