Skip to content

Commit

Permalink
rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Handekyn committed Apr 10, 2014
1 parent 129fdbb commit a263797
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion spec/prelude_enumerable_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'functions/prelude_enumerable'
require 'spec_helper'

describe "enumerable" do

Expand Down
4 changes: 1 addition & 3 deletions spec/prelude_lambda_math_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
require 'functions'

include Functions::Prelude
require 'spec_helper'

describe Functions::Prelude, "math" do

Expand Down
4 changes: 1 addition & 3 deletions spec/prelude_lambda_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
require 'functions'

include Functions::Prelude
require 'spec_helper'

describe Functions::Prelude, "basic" do

Expand Down
11 changes: 5 additions & 6 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
require 'coveralls'
Coveralls.wear!

# This file was generated by the `rspec --init` command. Conventionally, all
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
# Require this file using `require "spec_helper"` to ensure that it is only
# loaded once.
#
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
require 'functions'

RSpec.configure do |config|

config.treat_symbols_as_metadata_keys_with_true_values = true
config.run_all_when_everything_filtered = true
config.filter_run :focus

include Functions::Prelude

# Run specs in random order to surface order dependencies. If you find an
# order dependency and want to debug it, you can fix the order by providing
Expand Down

0 comments on commit a263797

Please sign in to comment.