Sha256: fa3021ee272d561e1f6e5ca49573c620a978954aa7734cefd73da4005f105dce

Contents?: true

Size: 570 Bytes

Versions: 8

Compression:

Stored size: 570 Bytes

Contents

Bundler.require :test,:development

RSpec::Core::RakeTask.new(:spec) do
  ENV['coverage'] = "true"
end

Jeweler::Tasks.new do |gem|
  gem.name = "page_magic"
  gem.homepage = "https://github.com/ladtech/page_magic"
  gem.license = "ruby"
  gem.summary = "Framework for modeling and interacting with webpages"
  gem.description = "Framework for modeling and interacting with webpages which wraps capybara"
  gem.email = "info@lad-tech.com"
  gem.authors = ["Leon Davis"]
  gem.add_dependency "watir-webdriver"
end

Jeweler::RubygemsDotOrgTasks.new

task :default => :spec

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
page_magic-0.11.0.alpha2 Rakefile
page_magic-0.11.0.alpha Rakefile
page_magic-0.10.0 Rakefile
page_magic-0.9.6 Rakefile
page_magic-0.9.5 Rakefile
page_magic-0.9.4 Rakefile
page_magic-0.8.9 Rakefile
page_magic-0.8.8 Rakefile