mirror of
https://github.com/nov/fb_graph2
synced 2023-03-27 23:22:15 -04:00
8 lines
No EOL
100 B
Ruby
8 lines
No EOL
100 B
Ruby
require 'simplecov'
|
|
|
|
SimpleCov.start do
|
|
add_filter 'spec'
|
|
end
|
|
|
|
require 'rspec'
|
|
require 'fb_graph2' |