Skip to content

Instantly share code, notes, and snippets.

@floere
Forked from kschiess/gist:772799
Created January 10, 2011 14:23
Show Gist options
  • Save floere/772819 to your computer and use it in GitHub Desktop.
Save floere/772819 to your computer and use it in GitHub Desktop.
# puts (s="puts (s=%s)%%s.dump")%s.dump
require 'rspec'
RSpec::Core::Runner.disable_autorun!
describe "foo" do
it "bar" do
end
it "baz", :banane => true do
end
end
RSpec.configure do |config| config.filter = {banane: true}; end
RSpec::Core::Runner.run([], $stderr, $stdout)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment