diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7213bc0 --- /dev/null +++ b/.travis.yml @@ -0,0 +1 @@ +script: "bundle exec rake neo4j:install neo4j:start spec" \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index ea2bd62..ce622e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - neography (0.0.15) + neography (0.0.16) httparty (~> 0.7.3) json os diff --git a/README.rdoc b/README.rdoc index fb44e3c..ec98f51 100644 --- a/README.rdoc +++ b/README.rdoc @@ -36,7 +36,6 @@ in order to access the functionality. for development: rspec net-http-spy - fakeweb ==== Rails diff --git a/Rakefile b/Rakefile index 58a4eb0..7aaf336 100644 --- a/Rakefile +++ b/Rakefile @@ -2,6 +2,7 @@ require 'bundler' Bundler::GemHelper.install_tasks require 'rspec/core/rake_task' +require 'neography/tasks' RSpec::Core::RakeTask.new(:spec) do |t| t.rspec_opts = "--color"